Skip to content

Commit ee3165a

Browse files
committed
Adjust dependencies to use Sphinx<4
sphinx-doc/sphinx#10291
1 parent 05a7af6 commit ee3165a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Unreleased
88

99
- Mitigate double include of ``pygments.css``
1010
- Attempt to make RTD footer and version data injection work in reverse proxy scenarios
11+
- Adjust dependencies to use Sphinx<4
1112

1213

1314
2022/03/01 0.21.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
include_package_data=True,
5858
zip_safe=False,
5959
install_requires=[
60-
"Sphinx>=3.5,<5",
60+
"Sphinx>=3.5,<4",
6161
"docutils==0.16",
6262
"sphinxcontrib-plantuml==0.21",
6363
"sphinx_sitemap==2.2.0",

0 commit comments

Comments
 (0)