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 18b89ae commit ba9d71cCopy full SHA for ba9d71c
docs/source/conf.py
@@ -13,8 +13,8 @@
13
# pylint: disable=W,C,R
14
import os
15
import sys
16
-from pathlib import Path
17
+from pathlib import Path
18
from sphinx.ext.apidoc import main
19
20
try:
@@ -24,7 +24,7 @@
24
25
# -- Variable setup --------------------------------------------------------------
26
27
-ROOT_DIR = Path(__file__).parent.parent.parent.parent.parent.parent
+ROOT_DIR = Path(__file__).parent.parent.parent
28
CURR_DIR = f"{ROOT_DIR}/docs/source"
29
PYPROJECT_CONFIG = toml.load(f"{ROOT_DIR}/pyproject.toml")
30
TOOL_CONFIG = PYPROJECT_CONFIG["tool"]["poetry"]
0 commit comments