File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,5 @@ formats:
41
41
python :
42
42
install :
43
43
- requirements : docs/source/requirements.txt
44
+ - method : pip
45
+ path : .
Original file line number Diff line number Diff line change 15
15
# If extensions (or modules to document with autodoc) are in another directory,
16
16
# add these directories to sys.path here. If the directory is relative to the
17
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
18
- sys .path .insert (0 , os .path .abspath (".." ))
18
+ sys .path .insert (0 , os .path .abspath ("../.." ))
19
+ # fmt: off
19
20
import uritemplate
20
21
22
+ # fmt: on
23
+
21
24
# -- General configuration -----------------------------------------------------
22
25
23
26
# If your documentation needs a minimal Sphinx version, state it here.
You can’t perform that action at this time.
0 commit comments