File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11# Python Docs Sphinx Theme
22
33This is the theme for the Python documentation.
4+ It requires Python 3.9 or newer and Sphinx 3.4 or newer.
45
56Note that when adopting this theme, you're also borrowing an element of the
67trust and credibility established by the CPython core developers over the
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ classifiers = [
2828 " Topic :: Documentation" ,
2929 " Topic :: Software Development :: Documentation" ,
3030]
31+ dependencies = [
32+ " sphinx>=3.4" ,
33+ ]
34+
3135urls.Code = " https://github.com/python/python-docs-theme"
3236urls.Download = " https://pypi.org/project/python-docs-theme/"
3337urls.Homepage = " https://github.com/python/python-docs-theme/"
You can’t perform that action at this time.
0 commit comments