diff --git a/docs/api/index.rst b/docs/api/index.rst index c5e3b6e1..38b74909 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -92,7 +92,7 @@ Execution Metadata .. autoclass:: graphene.Context -.. autoclass:: graphql.execution.base.ExecutionResult +.. autoclass:: graphql.ExecutionResult .. Relay .. ----- diff --git a/docs/conf.py b/docs/conf.py index 0166d4c2..908e691c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,7 @@ release = "1.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 # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/requirements.txt b/docs/requirements.txt index dcc40312..dee009c7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ # Required library -Sphinx==1.5.3 -sphinx-autobuild==0.7.1 +Sphinx==6.1.3 +sphinx-autobuild==2021.3.14 # Docs template http://graphene-python.org/sphinx_graphene_theme.zip