Skip to content

Commit 0107e30

Browse files
committed
Fix Sphinx issues
1 parent 7b9e922 commit 0107e30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"""
143143
GNT GT KT T VT
144144
TContext
145-
enum.Enum
145+
Enum
146146
traceback
147147
types.TracebackType
148148
TypeMap
@@ -157,6 +157,7 @@
157157
FormattedSourceLocation
158158
GraphQLAbstractType
159159
GraphQLCompositeType
160+
GraphQLEnumValueMap
160161
GraphQLErrorExtensions
161162
GraphQLFieldResolver
162163
GraphQLInputType
@@ -175,6 +176,7 @@
175176
asyncio.events.AbstractEventLoop
176177
collections.abc.MutableMapping
177178
collections.abc.MutableSet
179+
enum.Enum
178180
graphql.execution.collect_fields.DeferUsage
179181
graphql.execution.collect_fields.CollectFieldsResult
180182
graphql.execution.collect_fields.FieldGroup

0 commit comments

Comments
 (0)