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 1
1
# Python Docs Sphinx Theme
2
2
3
3
This is the theme for the Python documentation.
4
+ It requires Python 3.9 or newer and Sphinx 3.4 or newer.
4
5
5
6
Note that when adopting this theme, you're also borrowing an element of the
6
7
trust 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 = [
28
28
" Topic :: Documentation" ,
29
29
" Topic :: Software Development :: Documentation" ,
30
30
]
31
+ dependencies = [
32
+ " sphinx>=3.4" ,
33
+ ]
34
+
31
35
urls.Code = " https://github.com/python/python-docs-theme"
32
36
urls.Download = " https://pypi.org/project/python-docs-theme/"
33
37
urls.Homepage = " https://github.com/python/python-docs-theme/"
You can’t perform that action at this time.
0 commit comments