Skip to content

Commit 05a8e98

Browse files
authored
Fix warning in make docs (#579)
1 parent df1214e commit 05a8e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
nitpick_ignore = [
9494
# graphql-core: should be fixed
9595
('py:class', 'graphql.execution.execute.ExecutionResult'),
96+
('py:class', 'graphql.execution.incremental_publisher.ExecutionResult'),
9697
('py:class', 'Source'),
9798
('py:class', 'GraphQLSchema'),
9899

0 commit comments

Comments
 (0)