Better contributing docs

This commit is contained in:
Felix Geisendörfer 2022-12-27 15:44:06 +01:00
parent bf3cbd58d3
commit d82ed73225
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ For local development, follow the steps below:
1. Install dependencies
```
pip install sphinx sphinx-rtd-theme sphinx-autobuild sphinxemoji
pip install -r docs/requirements.txt
```
2. Run the development server

View file

@ -1,3 +1,4 @@
Sphinx==5.3.0
sphinx-rtd-theme==1.1.1
sphinxemoji==0.2.0
sphinx-autobuild==2021.3.14