From c8fdbaaea514f2f3a1292de848df50e0f302ee65 Mon Sep 17 00:00:00 2001 From: Leszek Hanusz Date: Tue, 23 Dec 2025 14:19:31 +0100 Subject: [PATCH] Fix warning in make docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 024dd9e6..d62be297 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,6 +93,7 @@ nitpick_ignore = [ # graphql-core: should be fixed ('py:class', 'graphql.execution.execute.ExecutionResult'), + ('py:class', 'graphql.execution.incremental_publisher.ExecutionResult'), ('py:class', 'Source'), ('py:class', 'GraphQLSchema'),