Skip to content

Commit

Permalink
Fix pip install command for doc dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblondel committed Apr 9, 2024
1 parent 8852a72 commit 813d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Documentation is key, and we're particularly happy to accept documentation impro
Our documentation is written in [Sphinx](https://www.sphinx-doc.org/en/master/). You can
build the documentation locally as follows:

1. **Install Requirements**: `pip install .[docs]`
1. **Install Requirements**: `pip install -e ".[docs]"`
2. **Build the Docs**: From the `docs` folder, run:
* `make html` (builds everything)
* `make html-noplot` (faster, skips running examples)
Expand Down

0 comments on commit 813d105

Please sign in to comment.