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:
4141python :
4242 install :
4343 - requirements : docs/source/requirements.txt
44+ - method : pip
45+ path : .
Original file line number Diff line number Diff line change 1515# If extensions (or modules to document with autodoc) are in another directory,
1616# add these directories to sys.path here. If the directory is relative to the
1717# 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
1920import uritemplate
2021
22+ # fmt: on
23+
2124# -- General configuration -----------------------------------------------------
2225
2326# If your documentation needs a minimal Sphinx version, state it here.
You can’t perform that action at this time.
0 commit comments