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 a3ab143 commit 9c50225Copy full SHA for 9c50225
.gitignore
@@ -18,8 +18,9 @@ config.ini
18
ipython_config.py
19
dist
20
docs/_build/
21
+docs/src/
22
htmlcov
23
include/
24
lib/
25
pip-selfcheck.json
-pyvenv.cfg
26
+pyvenv.cfg
requirements_dev.txt
@@ -12,7 +12,12 @@ pytest-mock
12
recommonmark
13
requests
14
sphinx
15
-sphinx-rtd-theme
16
sphinxcontrib-napoleon
17
tqdm
websocket-client==0.48.0
+
+# Installing sphinx-rtd-theme directly from github above is used until a point release
+# above 0.4.3 is released. https://github.com/readthedocs/sphinx_rtd_theme/issues/739
+#sphinx-rtd-theme
+-e git+https://github.com/readthedocs/sphinx_rtd_theme.git@feb0beb44a444f875f3369a945e6055965ee993f#egg=sphinx_rtd_theme
0 commit comments