Skip to content

Commit

Permalink
docs: show both commands for making html
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Sep 11, 2024
1 parent de85131 commit 7d5916d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d5916d

Please sign in to comment.