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 abf341b commit 308a2c9Copy full SHA for 308a2c9
1 file changed
docs/conf.py
@@ -7,8 +7,10 @@
7
8
import os
9
import sys
10
+from typing import TYPE_CHECKING
11
-from sphinx.application import Sphinx
12
+if TYPE_CHECKING:
13
+ from sphinx.application import Sphinx
14
15
# Add the src directory to the path so we can import the package
16
sys.path.insert(0, os.path.abspath("../src"))
0 commit comments