8000 Point to cpython/Doc/requirements.txt instead of duplicating it · rtobar/python-docs-es@c035f55 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c035f55

Browse files
committed
Point to cpython/Doc/requirements.txt instead of duplicating it
Let's also do some alpha-sorting and small cleanup. Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent e55d799 commit c035f55

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

requirements.txt

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,18 @@
1-
docutils==0.21.2
1+
-r cpython/Doc/requirements.txt
2+
3+
# Our own dependencies (alpha-sorted please)
24
pip
3-
Pygments>=2.17.0
4-
PyICU
55
polib
66
pospell>=1.1
77
potodo
88
powrap>=1.0.2
9-
setuptools
10-
sphinx-intl>=2.3.0
119
pre-commit
10+
Pygments>=2.17.0
11+
PyICU
12+
setuptools
1213
sphinx-autorun
1314
sphinxemoji
14-
sphinx-tabs==3.4.5
15+
sphinx-intl>=2.3.0
1516
sphinx-lint==0.7.0
17+
sphinx-tabs==3.4.5
1618
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