Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f3ff8 commit 4eaf005Copy full SHA for 4eaf005
python_docs_theme/__init__.py
@@ -53,6 +53,8 @@ def _html_page_context(
53
54
55
def setup(app):
56
+ app.require_sphinx("3.4")
57
+
58
current_dir = os.path.abspath(os.path.dirname(__file__))
59
app.add_html_theme("python_docs_theme", current_dir)
60
0 commit comments