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 a45ec64 commit c839b66Copy full SHA for c839b66
docs/.readthedocs.yaml
@@ -13,6 +13,7 @@ python:
13
install:
14
- method: pip
15
path: .
16
- extra_requirements:
17
- - sphinx_rtd_theme
+ - method: pip
+ requirements: requirements.txt
18
+
19
docs/requirements.txt
@@ -0,0 +1 @@
1
+sphinx_rtd_theme
docs/source/conf.py
@@ -13,7 +13,6 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
-import sphinx_rtd_theme
# -- Project information -----------------------------------------------------
0 commit comments