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 36b7615 commit 6821b30Copy full SHA for 6821b30
python_docs_theme/__init__.py
@@ -4,16 +4,16 @@
4
from functools import cache
5
from pathlib import Path
6
7
+import sphinx.application
8
+from sphinx.builders.html import StandaloneHTMLBuilder
9
+
10
TYPE_CHECKING = False
11
if TYPE_CHECKING:
12
from typing import Any
13
14
from sphinx.application import Sphinx
15
from sphinx.util.typing import ExtensionMetadata
16
-import sphinx.application
-from sphinx.builders.html import StandaloneHTMLBuilder
-
17
__version__ = "2024.12"
18
19
THEME_PATH = Path(__file__).resolve().parent
0 commit comments