You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/manRunning Sphinx v4.5.0making output directory... doneWARNING: html_static_path entry '_static' does not existbuilding [mo]: targets for 0 po files that are out of datebuilding [man]: all manpagesupdating environment: [new config] 9 added, 0 changed, 0 removedreading sources... [100%] jwt/index/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.decode:47: WARNING: Definition list ends without a blank line; unexpected unindent.looking for now-outdated files... none foundpickling environment... donechecking consistency... donewriting... python-jose.3 { jws/index jwt/index jwk/index jwe/index jws/api jwt/api jwk/api jwe/api } /home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jws.py:docstring of jose.jws.get_unverified_claims:: WARNING: py:exc reference target not found: JWSError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jws.py:docstring of jose.jws.get_unverified_header:: WARNING: py:exc reference target not found: JWSError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jws.py:docstring of jose.jws.get_unverified_headers:: WARNING: py:exc reference target not found: JWSError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jws.py:docstring of jose.jws.sign:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jws.py:docstring of jose.jws.sign:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jws.py:docstring of jose.jws.sign:: WARNING: py:exc reference target not found: JWSError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jws.py:docstring of jose.jws.verify:: WARNING: py:exc reference target not found: JWSError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.decode:: WARNING: py:class reference target not found: iterable/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.decode:: WARNING: py:exc reference target not found: JWTError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.decode:: WARNING: py:exc reference target not found: ExpiredSignatureError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.decode:: WARNING: py:exc reference target not found: JWTClaimsError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.encode:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.encode:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.encode:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.encode:: WARNING: py:exc reference target not found: JWTError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.get_unverified_claims:: WARNING: py:exc reference target not found: JWTError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.get_unverified_header:: WARNING: py:exc reference target not found: JWTError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwt.py:docstring of jose.jwt.get_unverified_headers:: WARNING: py:exc reference target not found: JWTError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.decrypt:: WARNING: py:exc reference target not found: JWEError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.encrypt:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.encrypt:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.encrypt:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.encrypt:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.encrypt:: WARNING: py:class reference target not found: optional/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.encrypt:: WARNING: py:exc reference target not found: JWEError/home/tkloczko/rpmbuild/BUILD/python-jose-3.3.0/docs/../jose/jwe.py:docstring of jose.jwe.get_unverified_header:: WARNING: py:exc reference target not found: JWEErrordonebuild succeeded, 28 warnings.
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:
You can peak on fixes that kind of issues in other projects
latchset/jwcrypto#289
click-contrib/sphinx-click@abc31069
latchset/jwcrypto#289
RDFLib/rdflib-sqlalchemy#95
The text was updated successfully, but these errors were encountered: