From 7d5916dc267132d44fdebfc361603648b3ce6dd9 Mon Sep 17 00:00:00 2001 From: RoryPTB <47696929+RoryPTB@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:34:40 +0200 Subject: [PATCH] docs: show both commands for making html --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3e7efc23..871f3c35 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ format. [Jupyter](https://jupyter.org) notebooks are also used for in-depth cod ## Setup To update the documentation, ensure that Sphinx, nbsphinx and Jupyter are installed on your system (hint: -run `pip install -r requirements.txt` to install the dependencies). From here, `./make html` will +run `pip install -r requirements.txt` to install the dependencies). From here, `make html` (or `./make html`) will build the documentation, which you can serve using any standard web server. ## Jupyter