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 7406f71 commit 5dfda10Copy full SHA for 5dfda10
.readthedocs.yml
@@ -18,6 +18,5 @@ sphinx:
18
configuration: docs/source/conf.py
19
python:
20
version: 3.7
21
- setup_py_install: true
22
install:
23
- requirements: docs/requirements.txt
docs/source/conf.py
@@ -26,8 +26,8 @@
26
# documentation root, use os.path.abspath to make it absolute, like shown here.
27
#
28
import os
29
-# import sys
30
-# sys.path.insert(0, os.path.abspath('.'))
+import sys
+sys.path.insert(0, os.path.abspath('.'))
31
import sphinx_rtd_theme
32
from recommonmark.transform import AutoStructify
33
0 commit comments