We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9eed2 commit dffc0d8Copy full SHA for dffc0d8
2 files changed
docs/.readthedocs.yaml
@@ -41,3 +41,5 @@ formats:
41
python:
42
install:
43
- requirements: docs/source/requirements.txt
44
+ - method: pip
45
+ path: .
docs/source/conf.py
@@ -15,9 +15,12 @@
15
# If extensions (or modules to document with autodoc) are in another directory,
16
# add these directories to sys.path here. If the directory is relative to the
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
18
-sys.path.insert(0, os.path.abspath(".."))
+sys.path.insert(0, os.path.abspath("../.."))
19
+# fmt: off
20
import uritemplate
21
22
+# fmt: on
23
+
24
# -- General configuration -----------------------------------------------------
25
26
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments