Skip to content

Commit a659627

Browse files
authored
Update docs/requirements.txt (#1410)
* 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
1 parent 388ca41 commit a659627

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
#
7979
# This is also used if you do content translation via gettext catalogs.
8080
# Usually you set "language" from the command line for these cases.
81-
language = None
81+
# language = None
8282

8383
# There are two options for replacing |today|: either, you set today to some
8484
# non-false value, then it is used:
@@ -445,4 +445,7 @@
445445

446446

447447
# Example configuration for intersphinx: refer to the Python standard library.
448-
intersphinx_mapping = {"https://docs.python.org/": None}
448+
intersphinx_mapping = {
449+
# "https://docs.python.org/": None,
450+
"python": ("https://docs.python.org/", None),
451+
}

docs/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Sphinx==1.5.3
2-
sphinx-autobuild==0.7.1
1+
Sphinx==7.0.0
2+
sphinx-autobuild==2021.3.14
3+
pygments-graphql-lexer==0.1.0
34
# Docs template
45
http://graphene-python.org/sphinx_graphene_theme.zip

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Default: ``/graphql``
224224
225225
226226
``GRAPHIQL_SHOULD_PERSIST_HEADERS``
227-
---------------------
227+
-----------------------------------
228228

229229
Set to ``True`` if you want to persist GraphiQL headers after refreshing the page.
230230

0 commit comments

Comments
 (0)