Skip to content

Commit 6821b30

Browse files
AA-Turnerhugovk
andauthored
Update python_docs_theme/__init__.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 36b7615 commit 6821b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python_docs_theme/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
from functools import cache
55
from pathlib import Path
66

7+
import sphinx.application
8+
from sphinx.builders.html import StandaloneHTMLBuilder
9+
710
TYPE_CHECKING = False
811
if TYPE_CHECKING:
912
from typing import Any
1013

1114
from sphinx.application import Sphinx
1215
from sphinx.util.typing import ExtensionMetadata
1316

14-
import sphinx.application
15-
from sphinx.builders.html import StandaloneHTMLBuilder
16-
1717
__version__ = "2024.12"
1818

1919
THEME_PATH = Path(__file__).resolve().parent

0 commit comments

Comments
 (0)