Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f4ab24

Browse files
committed
Note minimum requirements for Sphinx
1 parent55754b6 commit2f4ab24

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#Python Docs Sphinx Theme
22

33
This is the theme for the Python documentation.
4+
It requires Python 3.9 or newer and Sphinx 3.4 or newer.
45

56
Note that when adopting this theme, you're also borrowing an element of the
67
trust and credibility established by the CPython core developers over the

‎pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ classifiers = [
2828
"Topic :: Documentation",
2929
"Topic :: Software Development :: Documentation",
3030
]
31+
dependencies = [
32+
"sphinx>=3.4",
33+
]
34+
3135
urls.Code ="https://github.com/python/python-docs-theme"
3236
urls.Download ="https://pypi.org/project/python-docs-theme/"
3337
urls.Homepage ="https://github.com/python/python-docs-theme/"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp