aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2021-06-03 22:29:55 +0200
committerGlandos <bugs-github@antipoul.fr>2021-06-03 22:35:49 +0200
commit45f4d8f8b0b02038cde53f52122b61fe4bdc1da8 (patch)
tree67a33ff3ee5b93a544dae12b651a373cd8f6729b /docs/contributing.rst
parent43ee61afe858bdbf948e3ddb025258f3522687e7 (diff)
downloadihatemoney-mirror-45f4d8f8b0b02038cde53f52122b61fe4bdc1da8.zip
ihatemoney-mirror-45f4d8f8b0b02038cde53f52122b61fe4bdc1da8.tar.gz
ihatemoney-mirror-45f4d8f8b0b02038cde53f52122b61fe4bdc1da8.tar.bz2
Using one job for all linting and doc generation
Requirements for doc are now an extra require in setup.cfg
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst2
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::