We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e398fc8 + a669395 commit d30277bCopy full SHA for d30277b
2 files changed
.readthedocs.yaml
@@ -9,7 +9,7 @@ build:
9
python:
10
version: "3.8"
11
install:
12
- - requirements: requirements/requirements_docs.txt
+ - requirements: requirements_docs.txt
13
- method: setuptools
14
path: .
15
system_packages: true
docs/conf.py
@@ -13,7 +13,7 @@
import os
import sys
16
-sys.path.insert(0, os.path.abspath('../..'))
+sys.path.insert(0, os.path.abspath('../src/'))
17
18
19
# -- Project information -----------------------------------------------------
0 commit comments