We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fcac20 + cc03b00 commit 27d2168Copy full SHA for 27d2168
requirements.txt
@@ -1,5 +1,5 @@
1
docutils<0.17,>=0.15 # sphinx-book-theme 0.2.0 has requirement docutils<0.17,>=0.15
2
-Sphinx
+Sphinx<5,>=3 # sphinx-book-theme 0.3.3 has requirement sphinx<5,>=3
3
jsx-lexer # volto
4
lesscpy
5
linkify-it-py
@@ -8,8 +8,8 @@ pydata-sphinx-theme<=0.8.99 # Build fails in 0.9.0. See https://github.com/plon
8
sphinx-autobuild
9
sphinx-book-theme==0.3.3 # Temporary pin until we can sort out HTML refactoring.
10
sphinx-copybutton
11
-sphinx-design
12
-sphinx-notfound-page
+sphinx-design # Documentation only
+sphinx-notfound-page # Documentation only
13
sphinx-sitemap
14
sphinx-togglebutton
15
sphinxcontrib.httpdomain # plone.restapi
0 commit comments