Merge pull request #3812 from Hamatti/docs-clarify-nox-installation

docs: Clarify the requirement to install nox before building documentation
This commit is contained in:
David Hewitt 2024-02-11 01:55:58 +00:00 committed by GitHub
commit 6ee9c4ec5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ There are some specific areas of focus where help is currently needed for the do
- Issues requesting documentation improvements are tracked with the [documentation](https://github.com/PyO3/pyo3/issues?q=is%3Aissue+is%3Aopen+label%3Adocumentation) label.
- Not all APIs had docs or examples when they were made. The goal is to have documentation on all PyO3 APIs ([#306](https://github.com/PyO3/pyo3/issues/306)). If you see an API lacking a doc, please write one and open a PR!
You can build the docs (including all features) with
To build the docs (including all features), install [`nox`][nox] and then run
```shell
nox -s docs -- open