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... doneloading intersphinx inventory from http://docs.python.org/objects.inv...intersphinx inventory has moved: http://docs.python.org/objects.inv -> https://docs.python.org/3/objects.invbuilding [mo]: targets for 0 po files that are out of datebuilding [man]: all manpagesupdating environment: [new config] 3 added, 0 changed, 0 removedreading sources... [100%] indexlooking for now-outdated files... none foundpickling environment... donechecking consistency... donewriting... flask-cors.1 { configuration api } /home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/docs/configuration.rst:55: WARNING: py:class reference target not found: re.Pattern/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: iterable/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: regex/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: regex/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: timedelta/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: integer/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/extension.py:docstring of flask_cors.extension.CORS:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: regex/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: string/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: regex/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: timedelta/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: integer/home/tkloczko/rpmbuild/BUILD/flask-cors-3.0.10/flask_cors/decorator.py:docstring of flask_cors.decorator.cross_origin:: WARNING: py:class reference target not found: stringdonebuild succeeded, 21 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: