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 05a7af6 commit ee3165aCopy full SHA for ee3165a
CHANGES.rst
@@ -8,6 +8,7 @@ Unreleased
8
9
- Mitigate double include of ``pygments.css``
10
- Attempt to make RTD footer and version data injection work in reverse proxy scenarios
11
+- Adjust dependencies to use Sphinx<4
12
13
14
2022/03/01 0.21.2
setup.py
@@ -57,7 +57,7 @@
57
include_package_data=True,
58
zip_safe=False,
59
install_requires=[
60
- "Sphinx>=3.5,<5",
+ "Sphinx>=3.5,<4",
61
"docutils==0.16",
62
"sphinxcontrib-plantuml==0.21",
63
"sphinx_sitemap==2.2.0",
0 commit comments