Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.5.0: sphinx warnings reference target not found #501

Open
kloczek opened this issue Oct 28, 2024 · 0 comments
Open

3.5.0: sphinx warnings reference target not found #501

kloczek opened this issue Oct 28, 2024 · 0 comments
Labels
type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation

Comments

@kloczek
Copy link

kloczek commented Oct 28, 2024

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues.
Here is the output with warnings:

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v8.1.3
loading translations [en]... done
building [mo]: targets for 0 po files that are out of date
writing output...
building [man]: all manpages
updating environment: [new config] 46 added, 0 changed, 0 removed
reading sources... [  2%] advanced/async_advanced_usage
reading sources... [  4%] advanced/async_permanent_session
reading sources... [  7%] advanced/dsl_module
reading sources... [  9%] advanced/error_handling
reading sources... [ 11%] advanced/index
reading sources... [ 13%] advanced/local_schema
reading sources... [ 15%] advanced/logging
reading sources... [ 17%] async/async_intro
reading sources... [ 20%] async/async_usage
reading sources... [ 22%] async/index
reading sources... [ 24%] gql-cli/intro
reading sources... [ 26%] index
reading sources... [ 28%] intro
reading sources... [ 30%] modules/client
reading sources... [ 33%] modules/dsl
reading sources... [ 35%] modules/gql
reading sources... [ 37%] modules/transport
reading sources... [ 39%] modules/transport_aiohttp
reading sources... [ 41%] modules/transport_appsync_auth
reading sources... [ 43%] modules/transport_appsync_websockets
reading sources... [ 46%] modules/transport_exceptions
reading sources... [ 48%] modules/transport_httpx
reading sources... [ 50%] modules/transport_phoenix_channel_websockets
reading sources... [ 52%] modules/transport_requests
reading sources... [ 54%] modules/transport_websockets
reading sources... [ 57%] modules/transport_websockets_base
reading sources... [ 59%] modules/utilities
reading sources... [ 61%] transports/aiohttp
reading sources... [ 63%] transports/appsync
reading sources... [ 65%] transports/async_transports
reading sources... [ 67%] transports/httpx
reading sources... [ 70%] transports/httpx_async
reading sources... [ 72%] transports/index
reading sources... [ 74%] transports/phoenix
reading sources... [ 76%] transports/requests
reading sources... [ 78%] transports/sync_transports
reading sources... [ 80%] transports/websockets
reading sources... [ 83%] usage/basic_usage
reading sources... [ 85%] usage/custom_scalars_and_enums
reading sources... [ 87%] usage/extensions
reading sources... [ 89%] usage/file_upload
reading sources... [ 91%] usage/headers
reading sources... [ 93%] usage/index
reading sources... [ 96%] usage/subscriptions
reading sources... [ 98%] usage/validation
reading sources... [100%] usage/variables

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets...
copying assets: done
writing... python-gql.3 {
 intro
 usage/index
  usage/basic_usage
  usage/validation
  usage/subscriptions
  usage/variables
  usage/headers
  usage/file_upload
  usage/custom_scalars_and_enums
  usage/extensions
 async/index
  async/async_usage
 transports/index
  transports/async_transports
   transports/aiohttp
   transports/httpx_async
   transports/websockets
   transports/phoenix
   transports/appsync
  transports/sync_transports
   transports/requests
   transports/httpx
 advanced/index
  advanced/async_advanced_usage
  advanced/async_permanent_session
  advanced/logging
  advanced/error_handling
  advanced/local_schema
  advanced/dsl_module
 gql-cli/intro
 modules/gql
  modules/client
  modules/transport
  modules/transport_aiohttp
  modules/transport_appsync_auth
  modules/transport_appsync_websockets
  modules/transport_exceptions
  modules/transport_phoenix_channel_websockets
  modules/transport_requests
  modules/transport_httpx
  modules/transport_websockets
  modules/transport_websockets_base
  modules/dsl
  modules/utilities
} /home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client:1: WARNING: py:class reference target not found: graphql.utilities.get_introspection_query.IntrospectionQuery [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.__init__:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.__init__:1: WARNING: py:class reference target not found: graphql.utilities.get_introspection_query.IntrospectionQuery [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/graphql_request.py:docstring of gql.graphql_request.GraphQLRequest:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/graphql_request.py:docstring of gql.graphql_request.GraphQLRequest.__init__:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/graphql_request.py:docstring of gql.GraphQLRequest.document:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/graphql_request.py:docstring of gql.graphql_request.GraphQLRequest.serialize_variable_values:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/__init__.py:docstring of gql.gql.gql:1: WARNING: py:class reference target not found: graphql.language.source.Source [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/__init__.py:docstring of gql.gql.gql:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/gql.rst:9: WARNING: py:class reference target not found: Source [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/gql.rst:9: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client:1: WARNING: py:class reference target not found: graphql.utilities.get_introspection_query.IntrospectionQuery [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.__init__:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.__init__:1: WARNING: py:class reference target not found: graphql.utilities.get_introspection_query.IntrospectionQuery [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.Client.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession.__init__:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession.__init__:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession.__init__:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.ReconnectingAsyncClientSession.__init__:1: WARNING: py:class reference target not found: gql.client._CallableT [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.AsyncClientSession.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.SyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.SyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.SyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.SyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.SyncClientSession.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.SyncClientSession.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/client.py:docstring of gql.client.SyncClientSession.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/transport.py:docstring of gql.transport.transport.Transport:1: WARNING: py:class reference target not found: abc.ABC [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/transport.py:docstring of gql.transport.transport.Transport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/transport.py:docstring of gql.transport.transport.Transport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/transport.py:docstring of gql.transport.transport.Transport.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/async_transport.py:docstring of gql.transport.async_transport.AsyncTransport:1: WARNING: py:class reference target not found: abc.ABC [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/async_transport.py:docstring of gql.transport.async_transport.AsyncTransport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/async_transport.py:docstring of gql.transport.async_transport.AsyncTransport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/async_transport.py:docstring of gql.transport.async_transport.AsyncTransport.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/async_transport.py:docstring of gql.transport.async_transport.AsyncTransport.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/local_schema.py:docstring of gql.transport.local_schema.LocalSchemaTransport:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/local_schema.py:docstring of gql.transport.local_schema.LocalSchemaTransport.__init__:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/local_schema.py:docstring of gql.transport.local_schema.LocalSchemaTransport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/local_schema.py:docstring of gql.transport.local_schema.LocalSchemaTransport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/local_schema.py:docstring of gql.transport.local_schema.LocalSchemaTransport.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/local_schema.py:docstring of gql.transport.local_schema.LocalSchemaTransport.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/aiohttp.py:docstring of gql.transport.aiohttp.AIOHTTPTransport.create_aiohttp_closed_event:1: WARNING: py:class reference target not found: asyncio.locks.Event [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/aiohttp.py:docstring of gql.transport.aiohttp.AIOHTTPTransport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/aiohttp.py:docstring of gql.transport.aiohttp.AIOHTTPTransport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncAuthentication:1: WARNING: py:class reference target not found: abc.ABC [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncAuthentication:3: WARNING: py:meth reference target not found: gql.transport.appsync.AppSyncAuthentication.get_headers [ref.meth]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication:1: WARNING: py:class reference target not found: botocore.auth.BaseSigner [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication:1: WARNING: py:class reference target not found: botocore.awsrequest.AWSRequest [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication:1: WARNING: py:class reference target not found: botocore.credentials.Credentials [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication:1: WARNING: py:class reference target not found: botocore.session.Session [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication:4: WARNING: py:class reference target not found: gql.transport.appsync.AppSyncWebsocketsTransport [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication.__init__:1: WARNING: py:class reference target not found: botocore.auth.BaseSigner [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication.__init__:1: WARNING: py:class reference target not found: botocore.awsrequest.AWSRequest [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication.__init__:1: WARNING: py:class reference target not found: botocore.credentials.Credentials [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_auth.py:docstring of gql.transport.appsync_auth.AppSyncIAMAuthentication.__init__:1: WARNING: py:class reference target not found: botocore.session.Session [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.appsync_websockets.AppSyncWebsocketsTransport:1: WARNING: py:class reference target not found: botocore.session.Session [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.appsync_websockets.AppSyncWebsocketsTransport:1: WARNING: py:class reference target not found: ssl.SSLContext [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.appsync_websockets.AppSyncWebsocketsTransport.__init__:1: WARNING: py:class reference target not found: botocore.session.Session [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.appsync_websockets.AppSyncWebsocketsTransport.__init__:1: WARNING: py:class reference target not found: ssl.SSLContext [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.appsync_websockets.AppSyncWebsocketsTransport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/appsync_websockets.py:docstring of gql.transport.appsync_websockets.AppSyncWebsocketsTransport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/phoenix_channel_websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/phoenix_channel_websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/phoenix_channel_websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/phoenix_channel_websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport:1: WARNING: py:class reference target not found: requests.cookies.RequestsCookieJar [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport:1: WARNING: py:class reference target not found: requests.auth.AuthBase [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport.__init__:1: WARNING: py:class reference target not found: requests.cookies.RequestsCookieJar [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport.__init__:1: WARNING: py:class reference target not found: requests.auth.AuthBase [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport.__init__:4: WARNING: py:class reference target not found: Request [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport.__init__:6: WARNING: py:class reference target not found: Request [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/requests.py:docstring of gql.transport.requests.RequestsHTTPTransport.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXTransport:1: WARNING: py:class reference target not found: gql.transport.httpx._HTTPXTransport [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXTransport.client:1: WARNING: py:class reference target not found: httpx.Client [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXTransport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXTransport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.transport.Transport.execute_batch:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXTransport.response_headers:1: WARNING: py:class reference target not found: httpx.Headers [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXAsyncTransport:1: WARNING: py:class reference target not found: gql.transport.httpx._HTTPXTransport [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXAsyncTransport.client:1: WARNING: py:class reference target not found: httpx.AsyncClient [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXAsyncTransport.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXAsyncTransport.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/httpx.py:docstring of gql.transport.httpx.HTTPXAsyncTransport.response_headers:1: WARNING: py:class reference target not found: httpx.Headers [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport:1: WARNING: py:class reference target not found: websockets.datastructures.Headers [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport:1: WARNING: py:class reference target not found: collections.abc.Mapping [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport:1: WARNING: py:class reference target not found: collections.abc.Iterable [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport:1: WARNING: py:class reference target not found: websockets.datastructures.SupportsKeysAndGetItem [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport:1: WARNING: py:class reference target not found: ssl.SSLContext [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport:1: WARNING: py:class reference target not found: websockets.typing.Subprotocol [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.__init__:1: WARNING: py:class reference target not found: websockets.datastructures.Headers [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.__init__:1: WARNING: py:class reference target not found: collections.abc.Mapping [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.__init__:1: WARNING: py:class reference target not found: collections.abc.Iterable [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.__init__:1: WARNING: py:class reference target not found: websockets.datastructures.SupportsKeysAndGetItem [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.__init__:1: WARNING: py:class reference target not found: ssl.SSLContext [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.__init__:1: WARNING: py:class reference target not found: websockets.typing.Subprotocol [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.ping_received:1: WARNING: py:class reference target not found: asyncio.Event [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets.WebsocketsTransport.pong_received:1: WARNING: py:class reference target not found: asyncio.Event [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.ListenerQueue.get:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.ListenerQueue.put:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase:1: WARNING: py:class reference target not found: websockets.datastructures.Headers [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase:1: WARNING: py:class reference target not found: collections.abc.Mapping [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase:1: WARNING: py:class reference target not found: collections.abc.Iterable [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase:1: WARNING: py:class reference target not found: websockets.datastructures.SupportsKeysAndGetItem [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase:1: WARNING: py:class reference target not found: ssl.SSLContext [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.__init__:1: WARNING: py:class reference target not found: websockets.datastructures.Headers [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.__init__:1: WARNING: py:class reference target not found: collections.abc.Mapping [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.__init__:1: WARNING: py:class reference target not found: collections.abc.Iterable [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.__init__:1: WARNING: py:class reference target not found: websockets.datastructures.SupportsKeysAndGetItem [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.__init__:1: WARNING: py:class reference target not found: ssl.SSLContext [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.subscribe:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.execute:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/transport/websockets_base.py:docstring of gql.transport.websockets_base.WebsocketsTransportBase.execute:1: WARNING: py:class reference target not found: graphql.execution.execute.ExecutionResult [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.ast_from_serialized_value_untyped:1: WARNING: py:class reference target not found: graphql.language.ast.ValueNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.ast_from_value:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLScalarType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.ast_from_value:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLEnumType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.ast_from_value:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLInputObjectType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.ast_from_value:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLWrappingType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.ast_from_value:1: WARNING: py:class reference target not found: graphql.language.ast.ValueNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.dsl_gql:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSchema:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSchema.__init__:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:class reference target not found: GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSchema.__init__:7: WARNING: py:class reference target not found: GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSelector:1: WARNING: py:class reference target not found: abc.ABC [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSelector.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLExecutable.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLRootFieldSelector.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLOperation.operation_type:1: WARNING: py:class reference target not found: graphql.language.ast.OperationType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLOperation.executable_ast:1: WARNING: py:class reference target not found: graphql.language.ast.OperationDefinitionNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLOperation.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLQuery.operation_type:1: WARNING: py:class reference target not found: graphql.language.ast.OperationType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLQuery.executable_ast:1: WARNING: py:class reference target not found: graphql.language.ast.OperationDefinitionNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLQuery.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLMutation.operation_type:1: WARNING: py:class reference target not found: graphql.language.ast.OperationType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLMutation.executable_ast:1: WARNING: py:class reference target not found: graphql.language.ast.OperationDefinitionNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLMutation.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSubscription.operation_type:1: WARNING: py:class reference target not found: graphql.language.ast.OperationType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSubscription.executable_ast:1: WARNING: py:class reference target not found: graphql.language.ast.OperationDefinitionNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSubscription.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.to_ast_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLScalarType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.to_ast_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLEnumType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.to_ast_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLInputObjectType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.to_ast_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLWrappingType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.to_ast_type:1: WARNING: py:class reference target not found: graphql.language.ast.TypeNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.set_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLScalarType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.set_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLEnumType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.set_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLInputObjectType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLVariable.set_type:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLWrappingType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLType:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLObjectType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLType:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLInterfaceType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLType.__init__:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLObjectType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLType.__init__:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLInterfaceType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSelectable:1: WARNING: py:class reference target not found: abc.ABC [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSelectable.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.FieldNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSelectable.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.InlineFragmentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSelectable.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.FragmentSpreadNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLFragmentSelector.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/docs/modules/dsl.rst:2: WARNING: py:exc reference target not found: GraphQLError [ref.exc]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLFieldSelector.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLSelectableWithAlias.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.FieldNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLObjectType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLInterfaceType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLField [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField.__init__:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLObjectType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField.__init__:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLInterfaceType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField.__init__:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLField [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField.field:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLField [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.FieldNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLField.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLMetaField.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.FieldNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLMetaField.field:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLField [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLMetaField.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLInlineFragment.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.InlineFragmentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLInlineFragment.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLFragment.selection_set:1: WARNING: py:class reference target not found: graphql.language.ast.SelectionSetNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLFragment.ast_field:1: WARNING: py:class reference target not found: graphql.language.ast.FragmentSpreadNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/dsl.py:docstring of gql.dsl.DSLFragment.executable_ast:1: WARNING: py:class reference target not found: graphql.language.ast.FragmentDefinitionNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.build_client_schema.build_client_schema:1: WARNING: py:class reference target not found: graphql.utilities.get_introspection_query.IntrospectionQuery [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.build_client_schema.build_client_schema:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.get_introspection_query_ast.get_introspection_query_ast:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.node_tree.node_tree:1: WARNING: py:class reference target not found: graphql.language.ast.Node [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.parse_result.parse_result:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.parse_result.parse_result:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.serialize_variable_values.serialize_value:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.serialize_variable_values.serialize_variable_values:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.serialize_variable_values.serialize_variable_values:1: WARNING: py:class reference target not found: graphql.language.ast.DocumentNode [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.update_schema_enum.update_schema_enum:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.update_schema_enum.update_schema_enum:1: WARNING: py:class reference target not found: enum.Enum [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.update_schema_scalars.update_schema_scalar:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.update_schema_scalars.update_schema_scalar:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLScalarType [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.update_schema_scalars.update_schema_scalars:1: WARNING: py:class reference target not found: graphql.type.schema.GraphQLSchema [ref.class]
/home/tkloczko/rpmbuild/BUILD/gql-3.5.0/gql/utilities/__init__.py:docstring of gql.utilities.update_schema_scalars.update_schema_scalars:1: WARNING: py:class reference target not found: graphql.type.definition.GraphQLScalarType [ref.class]
done
build succeeded, 252 warnings.

You can peak on fixes that kind of issues in other projects
RDFLib/rdflib-sqlalchemy#95
RDFLib/rdflib#2036
click-contrib/sphinx-click@abc31069
frostming/unearth#14
jaraco/cssutils#21
latchset/jwcrypto#289
latchset/jwcrypto#289
pypa/distlib@98b9b89f
pywbem/pywbem#2895
sissaschool/elementpath@bf869d9e
sissaschool/xmlschema@42ea98f2
sqlalchemy/sqlalchemy@5e88e6e8

@leszekhanusz leszekhanusz added the type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation
Projects
None yet
Development

No branches or pull requests

2 participants