From 559761b2f1255e588043fc4b8afaf89967851f7c Mon Sep 17 00:00:00 2001 From: Juha-Matti Santala Date: Thu, 8 Feb 2024 18:36:10 +0200 Subject: [PATCH] docs: Clarify the requirement to install nox Installing nox was mentioned in a later section when building the user guide but not at this point earlier in the guide where nox was needed for the first time. --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 3af6a160..33264554 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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