-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
Description
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/source build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [100%] jwt
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-jwcrypto.3 { jwk jws jwe jwt } /home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwk.py:docstring of jwcrypto.jwk.JWK.update:: WARNING: py:class reference target not found: None. Update D from dict/iterable E and F.
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwk.py:docstring of jwcrypto.jwk.JWKSet.update:: WARNING: py:class reference target not found: None. Update D from dict/iterable E and F.
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwk.py:docstring of jwcrypto.jwk.InvalidJWKType:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwk.py:docstring of jwcrypto.jwk.InvalidJWKValue:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwk.py:docstring of jwcrypto.jwk.InvalidJWKOperation:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwk.py:docstring of jwcrypto.jwk.InvalidJWKUsage:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jws.py:docstring of jwcrypto.jws.JWS.add_signature:12: WARNING: py:class reference target not found: JWK
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jws.py:docstring of jwcrypto.jws.JWS.add_signature:: WARNING: py:exc reference target not found: InvalidJWAAlgorithm
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jws.py:docstring of jwcrypto.jws.JWSCore:19: WARNING: py:class reference target not found: JWK
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jws.py:docstring of jwcrypto.jws.JWSCore:: WARNING: py:exc reference target not found: InvalidJWAAlgorithm
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jws.py:docstring of jwcrypto.jws.InvalidJWSSignature:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jws.py:docstring of jwcrypto.jws.InvalidJWSObject:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jws.py:docstring of jwcrypto.jws.InvalidJWSOperation:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwe.py:docstring of jwcrypto.jwe.JWE.add_recipient:: WARNING: py:exc reference target not found: InvalidJWAAlgorithm
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/common.py:docstring of jwcrypto.common.InvalidJWEOperation:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/jwe.py:docstring of jwcrypto.jwe.InvalidJWEData:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/common.py:docstring of jwcrypto.common.InvalidJWEKeyType:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/common.py:docstring of jwcrypto.common.InvalidJWEKeyLength:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
/home/tkloczko/rpmbuild/BUILD/jwcrypto-1.3.0/jwcrypto/common.py:docstring of jwcrypto.common.InvalidCEKeyLength:1: WARNING: py:class reference target not found: jwcrypto.common.JWException
done
build succeeded, 19 warnings.Reactions are currently unavailable