mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 15:20:56 +00:00
7e443ac40d
Now that sphinx_rtd support docutils>=0.19 we can drop that max version requirement. But we need to limit sphinx max version because they removed python 3.8 support before EOL.
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
-r base.txt
|
|
# Python 3.8 support was dropped in 7.2.0
|
|
# https://github.com/sphinx-doc/sphinx/pull/11511
|
|
sphinx<7.2.0
|
|
sphinx-rtd-theme
|
|
sphinx-click
|