From 11d27252738945c10789872b2e73c81ed7479a43 Mon Sep 17 00:00:00 2001 From: QuentinN42 Date: Thu, 23 Feb 2023 13:18:11 -0800 Subject: [PATCH] refactor: update deps Signed-off-by: QuentinN42 --- docs/api/index.rst | 2 +- docs/conf.py | 2 +- docs/requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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