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), }