Skip to content

Commit 03335af

Browse files
committed
Update requirements files
1 parent cc70b0e commit 03335af

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

requirements-initial.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
# requirements-initial.txt
12
# From https://dist.plone.org/release/6-latest/constraints.txt
2-
pip==23.2
3-
setuptools==68.0.0
4-
wheel==0.40.0
3+
pip==24.0
4+
setuptools==69.5.1
5+
wheel==0.43.0

requirements.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
1-
docutils<0.17,>=0.15 # sphinx-book-theme 0.2.0 has requirement docutils<0.17,>=0.15
2-
Sphinx<5,>=3 # sphinx-book-theme 0.3.3 has requirement sphinx<5,>=3
1+
# requirements.txt
32
graphviz
4-
lesscpy
53
linkify-it-py
64
myst-parser
7-
pydata-sphinx-theme<=0.8.99 # Build fails in 0.9.0. See https://github.com/plone/documentation/issues/1297
5+
plone-sphinx-theme
86
sphinx-autobuild
9-
sphinx-book-theme==0.3.3 # Temporary pin until we can sort out HTML refactoring.
107
sphinx-copybutton
118
sphinx-design # Documentation only
129
sphinx-examples
1310
sphinx-notfound-page # Documentation only
1411
sphinx-reredirects
1512
sphinx-sitemap
16-
sphinx-togglebutton
1713
sphinxcontrib.httpdomain # plone.restapi
1814
sphinxcontrib.httpexample # plone.restapi
19-
sphinxcontrib-applehelp==1.0.4 # https://github.com/plone/documentation/issues/1604
20-
sphinxcontrib-devhelp==1.0.2 # https://github.com/plone/documentation/issues/1604
21-
sphinxcontrib-htmlhelp==2.0.1 # https://github.com/plone/documentation/issues/1604
22-
sphinxcontrib-qthelp==1.0.3 # https://github.com/plone/documentation/issues/1604
23-
sphinxcontrib-serializinghtml==1.1.5 # https://github.com/plone/documentation/issues/1604
2415
sphinxcontrib-video
2516
sphinxext-opengraph
2617
vale==2.30.0

0 commit comments

Comments
 (0)