Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4eaf005

Browse files
committed
Enforce runtime requirements
1 parent 74f3ff8 commit 4eaf005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python_docs_theme/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def _html_page_context(
5353

5454

5555
def setup(app):
56+
app.require_sphinx("3.4")
57+
5658
current_dir = os.path.abspath(os.path.dirname(__file__))
5759
app.add_html_theme("python_docs_theme", current_dir)
5860

0 commit comments

Comments
 (0)