Update docs/requirements.txt

* change Sphinx version from 1.5.3 to 7.0.0

* change sphinx-autobuild version from 0.7.1 to 2021.3.14

* add pygments-graphql-lexer to docs/requirements.txt

* fix docs/conf.py (build warnings)

* fix docs/settings.rst
This commit is contained in:
Andrey Shustov 2023-05-14 01:20:27 +03:00
parent 72a3700856
commit b2aa5eb5b7
3 changed files with 9 additions and 5 deletions

View File

@ -78,7 +78,7 @@ release = "1.0.dev"
#
# 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
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@ -445,4 +445,7 @@ epub_exclude_files = ["search.html"]
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
intersphinx_mapping = {
# "https://docs.python.org/": None,
"python": ("https://docs.python.org/", None),
}

View File

@ -1,4 +1,5 @@
Sphinx==1.5.3
sphinx-autobuild==0.7.1
Sphinx==7.0.0
sphinx-autobuild==2021.3.14
pygments-graphql-lexer==0.1.0
# Docs template
http://graphene-python.org/sphinx_graphene_theme.zip

View File

@ -224,7 +224,7 @@ Default: ``/graphql``
``GRAPHIQL_SHOULD_PERSIST_HEADERS``
---------------------
-----------------------------------
Set to ``True`` if you want to persist GraphiQL headers after refreshing the page.