File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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,11 +28,17 @@ 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/"
34
38
urls."Issue tracker" = " https://github.com/python/python-docs-theme/issues"
35
- entry-points."sphinx.html_themes".python_docs_theme = " python_docs_theme"
39
+
40
+ [project .entry-points ."sphinx .html_themes" ]
41
+ python_docs_theme = " python_docs_theme"
36
42
37
43
[tool .flit .module ]
38
44
name = " python_docs_theme"
You can’t perform that action at this time.
0 commit comments