Skip to content

Commit

Permalink
DOC: Clarify requirements installation for docs autobuild
Browse files Browse the repository at this point in the history
Small change to indicate that the `requirements.txt` installation step
listed in "Option 1" for building docs is also required for autobuilding
in "Option 2".
  • Loading branch information
tbirdso committed Nov 8, 2023
1 parent 95c0ac0 commit ddc1d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/docs/README.md
Expand Up @@ -39,6 +39,7 @@ To automatically rebuild the website with any input markdown changes and serve
the result, use [sphinx-autobuild]

```sh
pip install -r requirements.txt
pip install sphinx-autobuild
```

Expand Down

0 comments on commit ddc1d2d

Please sign in to comment.