mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
Docs: Update dependencies, fixing the build on Python 3.11
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
alabaster<0.8
|
||||
docutils<0.15
|
||||
jinja2<2.11
|
||||
markupsafe<1.1
|
||||
markupsafe<2
|
||||
readme-renderer<23
|
||||
sphinx<2
|
||||
sphinx>=5,<6
|
||||
sphinxcontrib-websupport<1.2
|
||||
|
||||
+1
-1
@@ -76,7 +76,7 @@ master_doc = "index"
|
||||
#
|
||||
# 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 = "en"
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
|
||||
Reference in New Issue
Block a user