Skip to content

Commit

Permalink
Merge pull request #922 from mblondel:doc_fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623408719
  • Loading branch information
OptaxDev committed Apr 10, 2024
2 parents b259e5d + 813d105 commit addb322
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 addb322

Please sign in to comment.