Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release of sphinxcontrib-httpdomain==1.8.1 broke tests #1383

Merged
merged 2 commits into from Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/requirements.txt
@@ -1,2 +1,5 @@
sphinx>=3.0

# NB! sphinxcontrib-httpdomain dropped Sphinx 1.7 support
# https://github.com/sphinx-contrib/httpdomain/issues/64
sphinxcontrib-httpdomain
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -13,8 +13,8 @@ deps =
.
readthedocs-sphinx-ext
pytest
sphinxcontrib-httpdomain
sphinx17: Sphinx>=1.7,<1.8
sphinx17: sphinxcontrib-httpdomain<1.8.1
sphinx18: Sphinx>=1.8,<1.9
sphinx20: Sphinx>=2.0,<2.1
sphinx21: Sphinx>=2.1,<2.2
Expand Down Expand Up @@ -44,6 +44,7 @@ deps =
# because it didn't ship with this upper bound.
# See: https://github.com/sphinx-doc/sphinx/issues/10291
sphinx{17,18,20,21,22,23,24,30,31,32,33,34,35,40}: Jinja2<3.1
sphinx{18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,43,44,45,50,51,52,latest}: sphinxcontrib-httpdomain
sphinxlatest: Sphinx
sphinxdev: https://github.com/sphinx-doc/sphinx/archive/refs/heads/master.zip
commands =
Expand Down