Skip to content

Commit 5dfda10

Browse files
committed
Updated docs.
1 parent 7406f71 commit 5dfda10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ sphinx:
1818
configuration: docs/source/conf.py
1919
python:
2020
version: 3.7
21-
setup_py_install: true
2221
install:
2322
- requirements: docs/requirements.txt

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# documentation root, use os.path.abspath to make it absolute, like shown here.
2727
#
2828
import os
29-
# import sys
30-
# sys.path.insert(0, os.path.abspath('.'))
29+
import sys
30+
sys.path.insert(0, os.path.abspath('.'))
3131
import sphinx_rtd_theme
3232
from recommonmark.transform import AutoStructify
3333

0 commit comments

Comments
 (0)