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 doc/source build/sphinx/manRunning Sphinx v5.1.1making output directory... doneloading intersphinx inventory from https://requests.readthedocs.io/en/latest/objects.inv...loading intersphinx inventory from https://docs.python.org/3/objects.inv...loading intersphinx inventory from https://urllib3.readthedocs.io/en/latest/objects.inv...loading intersphinx inventory from https://docs.python.org/3/objects.inv...building [mo]: targets for 0 po files that are out of datebuilding [man]: all manpagesupdating environment: [new config] 13 added, 0 changed, 0 removedscanning ./releasenotes/notes for current branch release notesgot versions ['1.10.0', '1.9.3', '1.9.2', '1.9.1', '1.9.0', '1.8.0', '1.7.0', '1.6.0', '1.5.2', '1.5.1', '1.5.0', '1.3.0', '1.1.0']reading sources... [100%] responselooking for now-outdated files... none foundpickling environment... donechecking consistency... /home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/readme.rst: WARNING: document isn't included in any toctreedonewriting... python-requests-mock.3 { overview mocker matching response knownissues history adapter contrib fixture pytest release-notes } /home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:10: WARNING: py:class reference target not found: requests_mock.Mocker/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:12: WARNING: py:const reference target not found: True/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:12: WARNING: py:const reference target not found: False/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:19: WARNING: py:class reference target not found: requests_mock.Mocker/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:120: WARNING: py:meth reference target not found: requests_mock.MockerCore.delete/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:121: WARNING: py:meth reference target not found: requests_mock.MockerCore.get/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:122: WARNING: py:meth reference target not found: requests_mock.MockerCore.head/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:123: WARNING: py:meth reference target not found: requests_mock.MockerCore.options/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:124: WARNING: py:meth reference target not found: requests_mock.MockerCore.patch/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:125: WARNING: py:meth reference target not found: requests_mock.MockerCore.post/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:126: WARNING: py:meth reference target not found: requests_mock.MockerCore.put/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:130: WARNING: py:meth reference target not found: requests_mock.MockerCore.request/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:131: WARNING: py:meth reference target not found: requests_mock.MockerCore.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:133: WARNING: py:meth reference target not found: requests_mock.MockerCore.post/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:141: WARNING: py:data reference target not found: real_http/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:141: WARNING: py:const reference target not found: True/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:179: WARNING: py:class reference target not found: requests_mock.Mocker/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:204: WARNING: py:data reference target not found: real_http/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:204: WARNING: py:const reference target not found: True/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:210: WARNING: py:exc reference target not found: NoMockAddress/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:211: WARNING: py:data reference target not found: real_http/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:211: WARNING: py:const reference target not found: True/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:238: WARNING: py:class reference target not found: requests_mock.Mocker/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:238: WARNING: py:data reference target not found: session/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/mocker.rst:265: WARNING: py:class reference target not found: requests_mock.Adapter/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:5: WARNING: py:meth reference target not found: requests_mock.Adapter.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:175: WARNING: py:meth reference target not found: re.regex.search/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:258: WARNING: py:meth reference target not found: requests_mock.Adapter.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:260: WARNING: py:const reference target not found: None/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:262: WARNING: py:meth reference target not found: requests_mock.Adapter.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:262: WARNING: py:class reference target not found: requests_mock.Adapter/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:262: WARNING: py:const reference target not found: None/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/matching.rst:262: WARNING: py:meth reference target not found: requests_mock.Adapter.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/response.rst:26: WARNING: py:meth reference target not found: requests_mock.Adapter.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/response.rst:35: WARNING: py:meth reference target not found: requests_mock.Adapter.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/response.rst:90: WARNING: py:class reference target not found: requests_mock.CookieJar/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/response.rst:92: WARNING: py:meth reference target not found: requests_mock.Adapter.register_uri/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:10: WARNING: py:attr reference target not found: called/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:10: WARNING: py:attr reference target not found: call_count/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:63: WARNING: py:const reference target not found: True/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:68: WARNING: py:attr reference target not found: allow_redirects/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:68: WARNING: py:const reference target not found: None/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:68: WARNING: py:const reference target not found: True/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:68: WARNING: py:const reference target not found: True/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:75: WARNING: py:meth reference target not found: reset_mock/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/history.rst:87: WARNING: py:meth reference target not found: reset/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/adapter.rst:16: WARNING: py:const reference target not found: http:///home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/adapter.rst:16: WARNING: py:const reference target not found: https:///home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/adapter.rst:16: WARNING: py:const reference target not found: http/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/adapter.rst:16: WARNING: py:const reference target not found: https/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/adapter.rst:18: WARNING: py:data reference target not found: params/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/adapter.rst:18: WARNING: py:const reference target not found: mock:///home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/adapter.rst:18: WARNING: py:const reference target not found: http+mock:///home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/contrib.rst:5: WARNING: py:mod reference target not found: requests_mock.contrib/home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/pytest.rst:9: WARNING: py:class reference target not found: requests_mock.Mockerdonebuild succeeded, 56 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
sissaschool/elementpath@bf869d9e
jaraco/cssutils#21
pywbem/pywbem#2895
sissaschool/xmlschema@42ea98f2
RDFLib/rdflib#2036
frostming/unearth#14
The text was updated successfully, but these errors were encountered: