Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.10.0: sphinx warnings reference target not found #212

Open
kloczek opened this issue Aug 31, 2022 · 0 comments
Open

1.10.0: sphinx warnings reference target not found #212

kloczek opened this issue Aug 31, 2022 · 0 comments

Comments

@kloczek
Copy link

kloczek commented Aug 31, 2022

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/man
Running Sphinx v5.1.1
making output directory... done
loading 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 date
building [man]: all manpages
updating environment: [new config] 13 added, 0 changed, 0 removed
scanning ./releasenotes/notes for current branch release notes
got 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%] response
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/tkloczko/rpmbuild/BUILD/requests-mock-1.10.0/doc/source/readme.rst: WARNING: document isn't included in any toctree
done
writing... 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.Mocker
done
build succeeded, 56 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

@kloczek kloczek changed the title 1.10.0: sphinx warnings `reference target not found 1.10.0: sphinx warnings reference target not found Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant