File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 8
8
# Configuration
9
9
10
10
CPYTHON_PATH := cpython # Current commit for this upstream repo is setted by the submodule
11
- BRANCH := 3.12
11
+ BRANCH := 3.13
12
12
LANGUAGE_TEAM := python-docs-es
13
13
LANGUAGE := es
14
14
Original file line number Diff line number Diff line change 1
1
docutils == 0.20.1
2
2
pip
3
- Sphinx == 7.2.6
4
- blurb
5
3
Pygments == 2.16.1
6
4
PyICU
7
5
polib
8
6
pospell >= 1.1
9
7
potodo
10
8
powrap >= 1.0.2
11
- python-docs-theme >= 2022.1
12
9
setuptools
13
10
sphinx-intl >= 2.3.0
14
11
pre-commit
@@ -17,3 +14,15 @@ sphinxemoji
17
14
sphinx-tabs == 3.4.5
18
15
sphinx-lint == 0.7.0
19
16
tabulate
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