Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0107e30

Browse filesBrowse files
committed
Fix Sphinx issues
1 parent 7b9e922 commit 0107e30
Copy full SHA for 0107e30

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+3-1Lines changed: 3 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.