8000 update makefile and requirements · python/python-docs-es@b614eea · GitHub
[go: up one dir, main page]

Skip to content
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

Appearance settings

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

Makefile

Lines changed: 1 addition & 1 deletion
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

requirements.txt

Lines changed: 12 additions & 3 deletions
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 8000
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)
0