]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update to Sphinx 7.
authorBob Halley <halley@dnspython.org>
Wed, 5 Jul 2023 22:07:52 +0000 (15:07 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 5 Jul 2023 22:07:52 +0000 (15:07 -0700)
doc/conf.py
pyproject.toml

index d74bf8d24fe49c422ef1871b5af9eb3f0f233082..7133cd4931c5c35a63f5a01d1f51300f0db0969f 100644 (file)
@@ -159,3 +159,5 @@ texinfo_documents = [
         "Miscellaneous",
     ),
 ]
+
+language = "en"
index 3be649523d9dcd59b8b923ef5c1e1f7f3559acf6..c8287f9afd0896d3e712ab49dced960008aa2d88 100644 (file)
@@ -52,7 +52,7 @@ aioquic = {version=">=0.9.20", optional=true}
 pytest = ">=5.4.1,<8"
 pytest-cov = "^4.0.0"
 flake8 = "^5.0.3"
-sphinx = "^4.0.0"
+sphinx = "^7.0.0"
 coverage = "^7.0"
 twine = "^4.0.0"
 wheel = "^0.40.0"