Skip to content

Commit 9c50225

Browse files
committed
Install sphinx_rtd_theme from github
1 parent a3ab143 commit 9c50225

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ config.ini
1818
ipython_config.py
1919
dist
2020
docs/_build/
21+
docs/src/
2122
htmlcov
2223
include/
2324
lib/
2425
pip-selfcheck.json
25-
pyvenv.cfg
26+
pyvenv.cfg

requirements_dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ pytest-mock
1212
recommonmark
1313
requests
1414
sphinx
15-
sphinx-rtd-theme
1615
sphinxcontrib-napoleon
1716
tqdm
1817
websocket-client==0.48.0
18+
19+
# Installing sphinx-rtd-theme directly from github above is used until a point release
20+
# above 0.4.3 is released. https://github.com/readthedocs/sphinx_rtd_theme/issues/739
21+
#sphinx-rtd-theme
22+
-e git+https://github.com/readthedocs/sphinx_rtd_theme.git@feb0beb44a444f875f3369a945e6055965ee993f#egg=sphinx_rtd_theme
23+

0 commit comments

Comments
 (0)