diff options
Diffstat (limited to 'docs/contributing.rst')
| -rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 7b4f8a5..80174b7 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -195,7 +195,7 @@ its source is located inside the `docs folder Install doc dependencies (within the virtual environment, if any):: - pip install -r docs/requirements.txt + pip install -e .[doc] And to produce a HTML doc in the `docs/_output` folder:: |
