Skip to content

Commit

Permalink
Adjust dependencies to use Sphinx<4
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 25, 2022
1 parent 05a7af6 commit b224617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Unreleased

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


2022/03/01 0.21.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
include_package_data=True,
zip_safe=False,
install_requires=[
"Sphinx>=3.5,<5",
"Sphinx>=3.5,<4",
"docutils==0.16",
"sphinxcontrib-plantuml==0.21",
"sphinx_sitemap==2.2.0",
Expand Down

0 comments on commit b224617

Please sign in to comment.