File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 88# Configuration
99
1010CPYTHON_PATH := cpython # Current commit for this upstream repo is setted by the submodule
11- BRANCH := 3.12
11+ BRANCH := 3.13
1212LANGUAGE_TEAM := python-docs-es
1313LANGUAGE := es
1414
Original file line number Diff line number Diff line change 11docutils == 0.20.1
22pip
3- Sphinx == 7.2.6
4- blurb
53Pygments == 2.16.1
64PyICU
75polib
86pospell >= 1.1
97potodo
108powrap >= 1.0.2
11- python-docs-theme >= 2022.1
129setuptools
1310sphinx-intl >= 2.3.0
1411pre-commit
@@ -17,3 +14,15 @@ sphinxemoji
1714sphinx-tabs == 3.4.5
1815sphinx-lint == 0.7.0
1916tabulate
17+
18+ # from cpython/Doc/requirements.txt
19+ sphinx ~= 8.0.0
20+
21+ blurb
22+
23+ sphinxext-opengraph ~= 0.9.0
24+ sphinx-notfound-page ~= 1.0.0
25+
26+ # The theme used by the documentation is stored separately, so we need
27+ # to install that as well.
28+ python-docs-theme >= 2023.3.1 ,!= 2023.7
You can’t perform that action at this time.
0 commit comments