From cf88428a02b151d451f063898646551bf91880dc Mon Sep 17 00:00:00 2001 From: QuentinN42 Date: Fri, 24 Feb 2023 09:24:28 -0800 Subject: [PATCH] feat: rm GAE Signed-off-by: QuentinN42 --- README.rst | 3 --- docs/conf.py | 1 - 2 files changed, 4 deletions(-) diff --git a/README.rst b/README.rst index a38b9376..405a8f44 100644 --- a/README.rst +++ b/README.rst @@ -36,9 +36,6 @@ Graphene has multiple integrations with different frameworks: | SQLAlchemy | `graphene-sqlalchemy `__ | +-------------------+-------------------------------------------------+ -| Google App Engine | `graphene-gae `__ | -+-------------------+-------------------------------------------------+ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly with all GraphQL clients, such as diff --git a/docs/conf.py b/docs/conf.py index 908e691c..75f51541 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -456,5 +456,4 @@ intersphinx_mapping = { "http://docs.graphene-python.org/projects/sqlalchemy/en/latest/", None, ), - "graphene_gae": ("http://docs.graphene-python.org/projects/gae/en/latest/", None), }