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