Open
Description
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