We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b812cb1 commit 6f30982Copy full SHA for 6f30982
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
- python/load-cache
13
- python/install-deps
14
- python/save-cache
15
- - run: pip install sphinx sphinx-autobuild sphinx-rtd-theme pytest IPython
+ - run: pip install -r requirements.txt
16
- run:
17
command: cd docs;make html
18
name: doc_build
requirements.txt
@@ -5,5 +5,6 @@ matplotlib == 3.4.3
5
cvxpy == 1.1.17
6
pytest == 6.2.5 # For unit test
7
pytest-xdist == 2.4.0 # For unit test
8
-sphinx == 4.3.0 # For sphinx documentation
+sphinx < 4.0 # For sphinx documentation
9
+sphinx_rtd_theme == 1.0.0
10
IPython == 7.29.0 # For sphinx documentation
0 commit comments