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 e2c45fd commit 9d9c754Copy full SHA for 9d9c754
docs/conf.py
@@ -10,10 +10,10 @@
10
# add these directories to sys.path here. If the directory is relative to the
11
# documentation root, use os.path.abspath to make it absolute, like shown here.
12
#
13
-import os
14
import sys
+from pathlib import Path
15
16
-sys.path.insert(0, os.path.abspath("../"))
+sys.path.insert(0, str(Path('..', 'src').resolve()))
17
18
# -- Project information -----------------------------------------------------
19
0 commit comments