We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55754b6 commit 2f4ab24Copy full SHA for 2f4ab24
2 files changed
README.md
@@ -1,6 +1,7 @@
1
# Python Docs Sphinx Theme
2
3
This is the theme for the Python documentation.
4
+It requires Python 3.9 or newer and Sphinx 3.4 or newer.
5
6
Note that when adopting this theme, you're also borrowing an element of the
7
trust and credibility established by the CPython core developers over the
pyproject.toml
@@ -28,6 +28,10 @@ classifiers = [
28
"Topic :: Documentation",
29
"Topic :: Software Development :: Documentation",
30
]
31
+dependencies = [
32
+ "sphinx>=3.4",
33
+]
34
+
35
urls.Code = "https://github.com/python/python-docs-theme"
36
urls.Download = "https://pypi.org/project/python-docs-theme/"
37
urls.Homepage = "https://github.com/python/python-docs-theme/"
0 commit comments