Skip to content

Commit b614eea

Browse files
committed
update makefile and requirements
1 parent 152e4c5 commit b614eea

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Configuration
99

1010
CPYTHON_PATH := cpython # Current commit for this upstream repo is setted by the submodule
11-
BRANCH := 3.12
11+
BRANCH := 3.13
1212
LANGUAGE_TEAM := python-docs-es
1313
LANGUAGE := es
1414

Diff for: requirements.txt

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
docutils==0.20.1
22
pip
3-
Sphinx==7.2.6
4-
blurb
53
Pygments==2.16.1
64
PyICU
75
polib
86
pospell>=1.1
97
potodo
108
powrap>=1.0.2
11-
python-docs-theme>=2022.1
129
setuptools
1310
sphinx-intl>=2.3.0
1411
pre-commit
@@ -17,3 +14,15 @@ sphinxemoji
1714
sphinx-tabs==3.4.5
1815
sphinx-lint==0.7.0
1916
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

0 commit comments

Comments
 (0)