Commit 592bffa7 authored by Jon Betts's avatar Jon Betts

Fix a tox 4 incompatibility and a change in behavior in Sphinx 5

We aren't tox 4 compatible yet and need to pin it. In Sphinx 5 setting
`language = None` is now frowned upon and raises an error, which causes
us to fail. This removes the line which along with the tox change allows
 doc related tasks to work.
parent ecd1e710
......@@ -70,7 +70,7 @@ release = u'1.0.0'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
# language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
......
......@@ -2,6 +2,7 @@
envlist = docs
skipsdist = true
requires =
tox>=3.25.0,<4
tox-faster
tox-pyenv
tox-run-command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment