We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de76a83 commit c28ee9dCopy full SHA for c28ee9d
docs/conf.py
@@ -9,7 +9,7 @@
9
pyproject = toml.load(Path(__file__).parents[1].joinpath('pyproject.toml'))
10
# -- Path setup --------------------------------------------------------------
11
12
-sys.path.append(Path(__file__).parents[1])
+sys.path.append(str(Path(__file__).parents[1]))
13
# -- Project information -----------------------------------------------------
14
15
project = pyproject['tool']['poetry']['name']
0 commit comments