Skip to content

Commit 6f30982

Browse files
authored
clean up doc dir (AtsushiSakai#568)
* clean up doc dir * clean up doc dir * clean up doc dir * clean up doc dir
1 parent b812cb1 commit 6f30982

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- python/load-cache
1313
- python/install-deps
1414
- python/save-cache
15-
- run: pip install sphinx sphinx-autobuild sphinx-rtd-theme pytest IPython
15+
- run: pip install -r requirements.txt
1616
- run:
1717
command: cd docs;make html
1818
name: doc_build

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ matplotlib == 3.4.3
55
cvxpy == 1.1.17
66
pytest == 6.2.5 # For unit test
77
pytest-xdist == 2.4.0 # For unit test
8-
sphinx == 4.3.0 # For sphinx documentation
8+
sphinx < 4.0 # For sphinx documentation
9+
sphinx_rtd_theme == 1.0.0
910
IPython == 7.29.0 # For sphinx documentation

0 commit comments

Comments
 (0)