Skip to content

Commit

Permalink
[mini] fix docs compilation instructions in readme (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxThevenet authored Aug 5, 2024
1 parent 854c18d commit 1d9c3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ python3 -m pytest -s -vvvv tests/
Install sphinx (https://www.sphinx-doc.org/en/master/usage/installation.html)

```bash
python -m pip install --upgrade -r docs/requirements.txt
cd docs
python -m pip install -r requirements.txt
sphinx-build -b html source _build
```

0 comments on commit 1d9c3b4

Please sign in to comment.