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.0running testWARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.running egg_infowriting repoze.tm2.egg-info/PKG-INFOwriting dependency_links to repoze.tm2.egg-info/dependency_links.txtwriting entry points to repoze.tm2.egg-info/entry_points.txtwriting namespace_packages to repoze.tm2.egg-info/namespace_packages.txtwriting requirements to repoze.tm2.egg-info/requires.txtwriting top-level names to repoze.tm2.egg-info/top_level.txtreading manifest file 'repoze.tm2.egg-info/SOURCES.txt'adding license file 'LICENSE.txt'writing manifest file 'repoze.tm2.egg-info/SOURCES.txt'running build_ext..........................----------------------------------------------------------------------Ran 26 tests in 0.001sOKmaking output directory... donebuilding [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... python-repoze-tm2.3 { api changes } /home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:7: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:11: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:75: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:354: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:357: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:357: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:357: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:372: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:372: WARNING: py:func reference target not found: repoze.tm.isActive/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:382: WARNING: py:meth reference target not found: repoze.tm.AfterEnd.register/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/index.rst:397: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/api.rst:1: WARNING: py:mod reference target not found: repoze.tm2/home/tkloczko/rpmbuild/BUILD/repoze.tm2-2.1/docs/changes.rst:1: WARNING: py:mod reference target not found: repoze.tm2donebuild succeeded, 13 warnings.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: