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.
1 parent 3588a13 commit c883d89Copy full SHA for c883d89
requirements.txt
@@ -1,16 +1,16 @@
1
-Sphinx>=6,<8
+Sphinx>=5,<6
2
3
# make livehtml support
4
sphinx_autobuild==2021.3.14
5
6
# Markdown support
7
-myst-parser==3.0.0
+myst-parser==0.18.0
8
9
# Blogging
10
ablog==0.10.6 # pyup: ignore
11
12
# Sphinx (checked with 4.3) requires docutils=<0.18
13
-docutils>=0.18,<0.20 # pyup: <0.18
+docutils==0.17.1 # pyup: <0.18
14
PyYAML>=4.2b1
15
pytz==2024.2
16
0 commit comments