You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Builds started failing for pinned Sphinx<3 because of an unpinned requirement for Jinja2.
This highlights that we are well below the latest release of Sphinx 4.x so it's probably time to suck it up and figure out what's needed to upgrade.
Describe the solution you'd like
Get tox -e docs working with current versions of Sphinx, etc.
Describe alternatives you've considered
Continue to live with old pinned versions. (Jinja2 pinned version is added in #1134).
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Builds started failing for pinned Sphinx<3 because of an unpinned requirement for Jinja2.
This highlights that we are well below the latest release of Sphinx 4.x so it's probably time to suck it up and figure out what's needed to upgrade.
Describe the solution you'd like
Get
tox -e docs
working with current versions of Sphinx, etc.Describe alternatives you've considered
Continue to live with old pinned versions. (Jinja2 pinned version is added in #1134).
Additional context
The text was updated successfully, but these errors were encountered: