|
60 | 60 | # The short X.Y version. |
61 | 61 | # version = '3.3' |
62 | 62 | # The full version, including alpha/beta/rc tags. |
63 | | -version = release = "3.3.0a7" |
| 63 | +version = release = "3.3.0a8" |
64 | 64 |
|
65 | 65 | # The language for content autogenerated by Sphinx. Refer to documentation |
66 | 66 | # for a list of supported languages. |
|
139 | 139 |
|
140 | 140 | # ignore the following undocumented or internal references: |
141 | 141 | ignore_references = set( |
142 | | - """ |
143 | | -GNT GT KT T VT |
144 | | -TContext |
145 | | -Enum |
146 | | -traceback |
147 | | -types.TracebackType |
148 | | -TypeMap |
149 | | -AwaitableOrValue |
150 | | -DeferredFragmentRecord |
151 | | -DeferUsage |
152 | | -EnterLeaveVisitor |
153 | | -ExperimentalIncrementalExecutionResults |
154 | | -FieldGroup |
155 | | -FormattedIncrementalResult |
156 | | -FormattedPendingResult |
157 | | -FormattedSourceLocation |
158 | | -GraphQLAbstractType |
159 | | -GraphQLCompositeType |
160 | | -GraphQLEnumValueMap |
161 | | -GraphQLErrorExtensions |
162 | | -GraphQLFieldResolver |
163 | | -GraphQLInputType |
164 | | -GraphQLNullableType |
165 | | -GraphQLOutputType |
166 | | -GraphQLTypeResolver |
167 | | -GroupedFieldSet |
168 | | -IncrementalDataRecord |
169 | | -IncrementalResult |
170 | | -InitialResultRecord |
171 | | -Middleware |
172 | | -PendingResult |
173 | | -StreamItemsRecord |
174 | | -StreamRecord |
175 | | -SubsequentDataRecord |
176 | | -asyncio.events.AbstractEventLoop |
177 | | -collections.abc.MutableMapping |
178 | | -collections.abc.MutableSet |
179 | | -enum.Enum |
180 | | -graphql.execution.collect_fields.DeferUsage |
181 | | -graphql.execution.collect_fields.CollectFieldsResult |
182 | | -graphql.execution.collect_fields.FieldGroup |
183 | | -graphql.execution.execute.StreamArguments |
184 | | -graphql.execution.execute.StreamUsage |
185 | | -graphql.execution.map_async_iterable.map_async_iterable |
186 | | -graphql.execution.incremental_publisher.CompletedResult |
187 | | -graphql.execution.incremental_publisher.DeferredFragmentRecord |
188 | | -graphql.execution.incremental_publisher.DeferredGroupedFieldSetRecord |
189 | | -graphql.execution.incremental_publisher.FormattedCompletedResult |
190 | | -graphql.execution.incremental_publisher.FormattedPendingResult |
191 | | -graphql.execution.incremental_publisher.IncrementalPublisher |
192 | | -graphql.execution.incremental_publisher.InitialResultRecord |
193 | | -graphql.execution.incremental_publisher.PendingResult |
194 | | -graphql.execution.incremental_publisher.StreamItemsRecord |
195 | | -graphql.execution.incremental_publisher.StreamRecord |
196 | | -graphql.execution.Middleware |
197 | | -graphql.language.lexer.EscapeSequence |
198 | | -graphql.language.visitor.EnterLeaveVisitor |
199 | | -graphql.pyutils.ref_map.K |
200 | | -graphql.pyutils.ref_map.V |
201 | | -graphql.type.definition.GT_co |
202 | | -graphql.type.definition.GNT_co |
203 | | -graphql.type.definition.TContext |
204 | | -graphql.type.schema.InterfaceImplementations |
205 | | -graphql.validation.validation_context.VariableUsage |
206 | | -graphql.validation.rules.known_argument_names.KnownArgumentNamesOnDirectivesRule |
207 | | -graphql.validation.rules.provided_required_arguments.ProvidedRequiredArgumentsOnDirectivesRule |
208 | | -""".split() |
| 142 | + [ |
| 143 | + "GNT", |
| 144 | + "GT", |
| 145 | + "KT", |
| 146 | + "T", |
| 147 | + "VT", |
| 148 | + "TContext", |
| 149 | + "Enum", |
| 150 | + "traceback", |
| 151 | + "types.TracebackType", |
| 152 | + "TypeMap", |
| 153 | + "AwaitableOrValue", |
| 154 | + "DeferredFragmentRecord", |
| 155 | + "DeferUsage", |
| 156 | + "EnterLeaveVisitor", |
| 157 | + "ExperimentalIncrementalExecutionResults", |
| 158 | + "FieldGroup", |
| 159 | + "FormattedIncrementalResult", |
| 160 | + "FormattedPendingResult", |
| 161 | + "FormattedSourceLocation", |
| 162 | + "GraphQLAbstractType", |
| 163 | + "GraphQLCompositeType", |
| 164 | + "GraphQLEnumValueMap", |
| 165 | + "GraphQLErrorExtensions", |
| 166 | + "GraphQLFieldResolver", |
| 167 | + "GraphQLInputType", |
| 168 | + "GraphQLNullableType", |
| 169 | + "GraphQLOutputType", |
| 170 | + "GraphQLTypeResolver", |
| 171 | + "GroupedFieldSet", |
| 172 | + "IncrementalDataRecord", |
| 173 | + "IncrementalResult", |
| 174 | + "InitialResultRecord", |
| 175 | + "Middleware", |
| 176 | + "PendingResult", |
| 177 | + "StreamItemsRecord", |
| 178 | + "StreamRecord", |
| 179 | + "SubsequentDataRecord", |
| 180 | + "asyncio.events.AbstractEventLoop", |
| 181 | + "collections.abc.MutableMapping", |
| 182 | + "collections.abc.MutableSet", |
| 183 | + "enum.Enum", |
| 184 | + "graphql.execution.collect_fields.DeferUsage", |
| 185 | + "graphql.execution.collect_fields.CollectFieldsResult", |
| 186 | + "graphql.execution.collect_fields.FieldGroup", |
| 187 | + "graphql.execution.execute.StreamArguments", |
| 188 | + "graphql.execution.execute.StreamUsage", |
| 189 | + "graphql.execution.map_async_iterable.map_async_iterable", |
| 190 | + "graphql.execution.incremental_publisher.CompletedResult", |
| 191 | + "graphql.execution.incremental_publisher.DeferredFragmentRecord", |
| 192 | + "graphql.execution.incremental_publisher.DeferredGroupedFieldSetRecord", |
| 193 | + "graphql.execution.incremental_publisher.FormattedCompletedResult", |
| 194 | + "graphql.execution.incremental_publisher.FormattedPendingResult", |
| 195 | + "graphql.execution.incremental_publisher.IncrementalPublisher", |
| 196 | + "graphql.execution.incremental_publisher.InitialResultRecord", |
| 197 | + "graphql.execution.incremental_publisher.PendingResult", |
| 198 | + "graphql.execution.incremental_publisher.StreamItemsRecord", |
| 199 | + "graphql.execution.incremental_publisher.StreamRecord", |
| 200 | + "graphql.execution.Middleware", |
| 201 | + "graphql.language.lexer.EscapeSequence", |
| 202 | + "graphql.language.visitor.EnterLeaveVisitor", |
| 203 | + "graphql.pyutils.ref_map.K", |
| 204 | + "graphql.pyutils.ref_map.V", |
| 205 | + "graphql.type.definition.GT_co", |
| 206 | + "graphql.type.definition.GNT_co", |
| 207 | + "graphql.type.definition.TContext", |
| 208 | + "graphql.type.schema.InterfaceImplementations", |
| 209 | + "graphql.validation.validation_context.VariableUsage", |
| 210 | + "graphql.validation.rules.known_argument_names.KnownArgumentNamesOnDirectivesRule", |
| 211 | + "graphql.validation.rules.provided_required_arguments.ProvidedRequiredArgumentsOnDirectivesRule", |
| 212 | + ] |
209 | 213 | ) |
210 | 214 |
|
211 | 215 | ignore_references.update(__builtins__.keys()) |
|
0 commit comments