Skip to content

Commit c883d89

Browse files
Trying working versions
1 parent 3588a13 commit c883d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Sphinx>=6,<8
1+
Sphinx>=5,<6
22

33
# make livehtml support
44
sphinx_autobuild==2021.3.14
55

66
# Markdown support
7-
myst-parser==3.0.0
7+
myst-parser==0.18.0
88

99
# Blogging
1010
ablog==0.10.6 # pyup: ignore
1111

1212
# Sphinx (checked with 4.3) requires docutils=<0.18
13-
docutils>=0.18,<0.20 # pyup: <0.18
13+
docutils==0.17.1 # pyup: <0.18
1414
PyYAML>=4.2b1
1515
pytz==2024.2
1616

0 commit comments

Comments
 (0)