Skip to content

Commit

Permalink
Enforce runtime requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 27, 2025
1 parent 74f3ff8 commit 4eaf005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python_docs_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def _html_page_context(


def setup(app):
app.require_sphinx("3.4")

current_dir = os.path.abspath(os.path.dirname(__file__))
app.add_html_theme("python_docs_theme", current_dir)

Expand Down

0 comments on commit 4eaf005

Please sign in to comment.