google-auth-library-python
google-auth-library-python copied to clipboard
2.11.0: sphinx warnings `reference target not found`
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 v5.1.1
making output directory... done
loading intersphinx inventory from https://docs.python.org/3.5/objects.inv...
loading intersphinx inventory from https://urllib3.readthedocs.io/en/stable/objects.inv...
loading intersphinx inventory from https://requests.kennethreitz.org/en/master/objects.inv...
loading intersphinx inventory from https://requests-oauthlib.readthedocs.io/en/v1.3.0-docs/objects.inv...
intersphinx inventory has moved: https://requests.kennethreitz.org/en/master/objects.inv -> https://requests.kennethreitz.org/en/latest/objects.inv
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 39 added, 0 changed, 0 removed
reading sources... [100%] user-guide
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-google-auth.3 { user-guide reference/modules reference/google reference/google.auth reference/google.auth.compute_engine reference/google.auth.compute_engine.credentials reference/google.auth.crypt reference/google.auth.crypt.base reference/google.auth.crypt.es256 reference/google.auth.crypt.rsa reference/google.auth.transport reference/google.auth.transport._aiohttp_requests reference/google.auth.transport.grpc reference/google.auth.transport.mtls reference/google.auth.transport.requests reference/google.auth.transport.urllib3 reference/google.auth.app_engine reference/google.auth.aws reference/google.auth.credentials reference/google.auth._credentials_async reference/google.auth.downscoped reference/google.auth.environment_vars reference/google.auth.exceptions reference/google.auth.external_account reference/google.auth.iam reference/google.auth.identity_pool reference/google.auth.impersonated_credentials reference/google.auth.jwt reference/google.auth._jwt_async reference/google.oauth2 reference/google.oauth2.credentials reference/google.oauth2._credentials_async reference/google.oauth2.id_token reference/google.oauth2.service_account reference/google.oauth2._service_account_async reference/google.oauth2.sts reference/google.oauth2.utils } /home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docs/user-guide.rst:211: WARNING: py:func reference target not found: google_auth_oauthlib.helpers.credentials_from_session
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docs/user-guide.rst:222: WARNING: py:class reference target not found: google_auth_oauthlib.flow.Flow
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docs/user-guide.rst:1088: WARNING: py:mod reference target not found: urllib3
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/compute_engine/credentials.py:docstring of google.auth.compute_engine.credentials.IDTokenCredentials.with_target_audience:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/compute_engine/credentials.py:docstring of google.auth.compute_engine.credentials.IDTokenCredentials.with_target_audience:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/__init__.py:docstring of google.auth.crypt:3: WARNING: py:func reference target not found: verify_signature
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/es256.py:docstring of google.auth.crypt.es256.ES256Signer:1: WARNING: py:class reference target not found: private_key
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/es256.py:docstring of google.auth.crypt.es256.ES256Verifier:1: WARNING: py:class reference target not found: public_key
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/_cryptography_rsa.py:docstring of google.auth.crypt._cryptography_rsa.RSASigner:1: WARNING: py:class reference target not found: private_key
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/_cryptography_rsa.py:docstring of google.auth.crypt._cryptography_rsa.RSAVerifier:1: WARNING: py:class reference target not found: public_key
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/es256.py:docstring of google.auth.crypt.es256.ES256Verifier:1: WARNING: py:class reference target not found: public_key
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/es256.py:docstring of google.auth.crypt.es256.ES256Verifier.from_string:1: WARNING: more than one target found for cross-reference 'Verifier': google.auth.crypt.Verifier, google.auth.crypt.base.Verifier
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/crypt/es256.py:docstring of google.auth.crypt.es256.ES256Signer:1: WARNING: py:class reference target not found: private_key
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.Request:1: WARNING: py:class reference target not found: aiohttp.ClientSession
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.Request:16: WARNING: py:class reference target not found: aiohttp.ClientSession
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession:1: WARNING: py:class reference target not found: aiohttp.client.ClientSession
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession:1: WARNING: py:class reference target not found: google.auth.transport.aiohttp_requests.Request
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession:31: WARNING: py:class reference target not found: google.auth.transport.aiohttp_requests.Request
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession:31: WARNING: py:class reference target not found: google.auth.transport.aiohttp_requests.Request
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.request:16: WARNING: py:obj reference target not found: aiohttp.ClientTimeout
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.auth:1: WARNING: py:class reference target not found: aiohttp.helpers.BasicAuth
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.connector:1: WARNING: py:class reference target not found: aiohttp.connector.BaseConnector
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.cookie_jar:1: WARNING: py:class reference target not found: aiohttp.abc.AbstractCookieJar
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.delete:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.delete:1: WARNING: py:class reference target not found: aiohttp.client._RequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.get:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.get:1: WARNING: py:class reference target not found: aiohttp.client._RequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.head:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.head:1: WARNING: py:class reference target not found: aiohttp.client._RequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.headers:1: WARNING: py:class reference target not found: multidict._multidict.CIMultiDict
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.loop:1: WARNING: py:class reference target not found: asyncio.events.AbstractEventLoop
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.options:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.options:1: WARNING: py:class reference target not found: aiohttp.client._RequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.patch:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.patch:1: WARNING: py:class reference target not found: aiohttp.client._RequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.post:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.post:1: WARNING: py:class reference target not found: aiohttp.client._RequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.put:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.put:1: WARNING: py:class reference target not found: aiohttp.client._RequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.raise_for_status:1: WARNING: py:class reference target not found: aiohttp.client_reqrep.ClientResponse
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.skip_auto_headers:1: WARNING: py:class reference target not found: multidict._multidict.istr
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.timeout:1: WARNING: py:class reference target not found: aiohttp.client.ClientTimeout
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of google.auth.transport._aiohttp_requests.AuthorizedSession.trace_configs:1: WARNING: py:class reference target not found: aiohttp.tracing.TraceConfig
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: aiohttp.helpers.BasicAuth
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: multidict._multidict.istr
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: multidict._multidict.CIMultiDict
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: multidict._multidict.CIMultiDictProxy
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: yarl.URL
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: aiohttp.helpers.BasicAuth
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: aiohttp.client_reqrep.Fingerprint
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: multidict._multidict.istr
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: multidict._multidict.CIMultiDict
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: multidict._multidict.CIMultiDictProxy
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/_aiohttp_requests.py:docstring of aiohttp.client.ClientSession.ws_connect:1: WARNING: py:class reference target not found: aiohttp.client._WSRequestContextManager
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/grpc.py:docstring of google.auth.transport.grpc.AuthMetadataPlugin:1: WARNING: py:class reference target not found: grpc.AuthMetadataPlugin
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/grpc.py:docstring of google.auth.transport.grpc.secure_authorized_channel:1: WARNING: py:class reference target not found: grpc.ChannelCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/grpc.py:docstring of google.auth.transport.grpc.secure_authorized_channel:135: WARNING: py:func reference target not found: grpc.secure_channel
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/grpc.py:docstring of google.auth.transport.grpc.secure_authorized_channel:1: WARNING: py:class reference target not found: grpc.Channel
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/grpc.py:docstring of google.auth.transport.grpc.SslCredentials.ssl_credentials:1: WARNING: py:class reference target not found: grpc.ChannelCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/mtls.py:docstring of google.auth.transport.mtls.default_client_cert_source:1: WARNING: py:exc reference target not found: google.auth.exceptions.DefaultClientCertSourceError
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/mtls.py:docstring of google.auth.transport.mtls.default_client_encrypted_cert_source:1: WARNING: py:exc reference target not found: google.auth.exceptions.DefaultClientCertSourceError
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of google.auth.transport.requests.AuthorizedSession.configure_mtls_channel:3: WARNING: py:class reference target not found: _MutualTlsAdapter
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.delete:1: WARNING: py:class reference target not found: Response
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.get:1: WARNING: py:class reference target not found: Response
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.head:1: WARNING: py:class reference target not found: Response
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.options:1: WARNING: py:class reference target not found: Response
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.patch:1: WARNING: py:class reference target not found: Response
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.post:1: WARNING: py:class reference target not found: Response
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.prepare_request:1: WARNING: py:class reference target not found: PreparedRequest
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.prepare_request:1: WARNING: py:class reference target not found: PreparedRequest
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.prepare_request:1: WARNING: py:class reference target not found: Session
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/requests.py:docstring of requests.sessions.Session.put:1: WARNING: py:class reference target not found: Response
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docstring of google.auth.transport.requests.AuthorizedSession.headers:1: WARNING: py:class reference target not found: Session
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docstring of google.auth.transport.requests.AuthorizedSession.max_redirects:1: WARNING: py:class reference target not found: TooManyRedirects
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/transport/urllib3.py:docstring of google.auth.transport.urllib3.Request.__call__:16: WARNING: py:meth reference target not found: urlopen
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/app_engine.py:docstring of google.auth.app_engine.Credentials:12: WARNING: py:func reference target not found: google.appengine.api.app_identity.get_access_token
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/aws.py:docstring of google.auth.aws.Credentials:17: WARNING: py:meth reference target not found: external_account.Credentials.__init__
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/aws.py:docstring of google.auth.aws.Credentials:19: WARNING: py:meth reference target not found: external_account.Credentials.__init__
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/credentials.py:docstring of google.auth.credentials.Credentials:7: WARNING: py:attr reference target not found: invalid
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/credentials.py:docstring of google.auth.credentials.Credentials:11: WARNING: py:meth reference target not found: ScopedCredentials.with_scopes
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/credentials.py:docstring of google.auth.credentials.AnonymousCredentials.refresh:1: WARNING: py:class reference target not found: ValueError`
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/credentials.py:docstring of google.auth.credentials.ReadOnlyScoped:19: WARNING: py:meth reference target not found: with_scopes
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/_credentials_async.py:docstring of google.auth._credentials_async.Credentials:8: WARNING: py:attr reference target not found: invalid
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/_credentials_async.py:docstring of google.auth._credentials_async.Credentials:12: WARNING: py:meth reference target not found: ScopedCredentials.with_scopes
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/_credentials_async.py:docstring of google.auth.credentials.AnonymousCredentials.refresh:1: WARNING: py:class reference target not found: ValueError`
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/_credentials_async.py:docstring of google.auth._credentials_async.ReadOnlyScoped:19: WARNING: py:meth reference target not found: with_scopes
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docstring of google.auth.environment_vars.GCE_METADATA_HOST:8: WARNING: py:class reference target not found: Environment variable providing an alternate hostname
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docstring of google.auth.environment_vars.GCE_METADATA_HOST:8: WARNING: py:class reference target not found: host
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/docstring of google.auth.environment_vars.GCE_METADATA_IP:4: WARNING: py:class reference target not found: Environment variable providing an alternate ip
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/external_account.py:docstring of google.auth.external_account.Credentials:1: WARNING: py:class reference target not found: Optona
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/identity_pool.py:docstring of google.auth.identity_pool.Credentials:32: WARNING: py:meth reference target not found: external_account.Credentials.__init__
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/identity_pool.py:docstring of google.auth.identity_pool.Credentials:34: WARNING: py:meth reference target not found: external_account.Credentials.__init__
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/impersonated_credentials.py:docstring of google.auth.impersonated_credentials.Credentials:1: WARNING: py:class reference target not found: google.auth.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/impersonated_credentials.py:docstring of google.auth.impersonated_credentials.Credentials:1: WARNING: py:class reference target not found: Optiona
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/impersonated_credentials.py:docstring of google.auth.impersonated_credentials.IDTokenCredentials:1: WARNING: py:class reference target not found: google.auth.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/impersonated_credentials.py:docstring of google.auth.impersonated_credentials.IDTokenCredentials:1: WARNING: py:class reference target not found: string
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/jwt.py:docstring of google.auth.jwt.OnDemandCredentials:29: WARNING: py:class reference target not found: cachetools.LRUCache
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/jwt.py:docstring of google.auth.jwt.OnDemandCredentials.refresh:1: WARNING: py:exc reference target not found: google.auth.RefreshError
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/_jwt_async.py:docstring of google.auth._jwt_async.OnDemandCredentials:29: WARNING: py:class reference target not found: cachetools.LRUCache
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/auth/_jwt_async.py:docstring of google.auth.jwt.OnDemandCredentials.refresh:1: WARNING: py:exc reference target not found: google.auth.RefreshError
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/credentials.py:docstring of google.oauth2.credentials.Credentials.requires_scopes:4: WARNING: py:class reference target not found: False
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_credentials_async.py:docstring of google.oauth2._credentials_async.Credentials.requires_scopes:4: WARNING: py:class reference target not found: False
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.Credentials.from_service_account_info:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.Credentials.from_service_account_file:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.Credentials.with_always_use_jwt_access:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.Credentials.with_subject:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.Credentials.with_claims:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.IDTokenCredentials:36: WARNING: py:meth reference target not found: with_scopes
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.IDTokenCredentials:36: WARNING: py:meth reference target not found: with_subject
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.IDTokenCredentials.from_service_account_info:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.IDTokenCredentials.from_service_account_file:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.IDTokenCredentials.with_target_audience:1: WARNING: py:class reference target not found: used when requesting the ID
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/service_account.py:docstring of google.oauth2.service_account.IDTokenCredentials.with_target_audience:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.Credentials.from_service_account_file:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.Credentials.from_service_account_info:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.Credentials.with_always_use_jwt_access:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.Credentials.with_claims:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.Credentials.with_subject:1: WARNING: py:class reference target not found: google.auth.service_account.Credentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2._service_account_async.IDTokenCredentials:33: WARNING: py:meth reference target not found: with_scopes
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2._service_account_async.IDTokenCredentials:33: WARNING: py:meth reference target not found: with_subject
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.IDTokenCredentials.from_service_account_file:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.IDTokenCredentials.from_service_account_info:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.IDTokenCredentials.with_target_audience:1: WARNING: py:class reference target not found: used when requesting the ID
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/_service_account_async.py:docstring of google.oauth2.service_account.IDTokenCredentials.with_target_audience:1: WARNING: py:class reference target not found: google.auth.service_account.IDTokenCredentials
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/sts.py:docstring of google.oauth2.sts.Client:1: WARNING: py:class reference target not found: google.oauth2.oauth2_utils.ClientAuthentication
/home/tkloczko/rpmbuild/BUILD/google-auth-library-python-2.11.0/google/oauth2/utils.py:docstring of google.oauth2.utils.ClientAuthentication:1: WARNING: py:class reference target not found: google.oauth2.oauth_utils.ClientAuthType
done
build succeeded, 127 warnings.