Skip to content

Commit

Permalink
Update python_docs_theme/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
AA-Turner and hugovk authored Feb 4, 2025
1 parent 36b7615 commit 6821b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python_docs_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
from functools import cache
from pathlib import Path

import sphinx.application
from sphinx.builders.html import StandaloneHTMLBuilder

TYPE_CHECKING = False
if TYPE_CHECKING:
from typing import Any

from sphinx.application import Sphinx
from sphinx.util.typing import ExtensionMetadata

import sphinx.application
from sphinx.builders.html import StandaloneHTMLBuilder

__version__ = "2024.12"

THEME_PATH = Path(__file__).resolve().parent
Expand Down

0 comments on commit 6821b30

Please sign in to comment.