Skip to content

Commit

Permalink
Update requirements_docs.txt
Browse files Browse the repository at this point in the history
Based on this error message from the CI build:

```
Run sphinx-build -n -j auto -b html -d build/doctrees docs build/html
  sphinx-build -n -j auto -b html -d build/doctrees docs build/html
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib
Running Sphinx v4.5.0

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.
Error: Process completed with exit code 2.
```

bump sphinx to >= 5 (>4 only got us to 4.5).

Signed-off-by: Michael Tiemann <[email protected]>
  • Loading branch information
MichaelTiemannOSC committed Jan 15, 2024
1 parent 0b04965 commit 41dcc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>4
sphinx>=5
ipython<=8.12
matplotlib
mip>=1.13
Expand Down

0 comments on commit 41dcc42

Please sign in to comment.