Skip to content

Commit 8cf3aa1

Browse files
committed
Fix docs tests
For some reason, Sphinx could suddenly not find some types any more.
1 parent 6fd64d5 commit 8cf3aa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
graphql_classes = {
122122
'GraphQLAbstractType': 'type',
123123
'GraphQLObjectType': 'type',
124+
'GraphQLOutputType': 'type',
125+
'GraphQLTypeResolver': 'type',
124126
'Node': 'language',
125127
'Source': 'language',
126128
'SourceLocation': 'language'
@@ -134,6 +136,8 @@
134136
types.TracebackType
135137
EnterLeaveVisitor
136138
FormattedSourceLocation
139+
GraphQLAbstractType
140+
GraphQLOutputType
137141
asyncio.events.AbstractEventLoop
138142
graphql.execution.map_async_iterator.MapAsyncIterator
139143
graphql.language.lexer.EscapeSequence

0 commit comments

Comments
 (0)