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

5.2.2: sphinx warnings #235

Closed
kloczek opened this issue Aug 6, 2021 · 3 comments
Closed

5.2.2: sphinx warnings #235

kloczek opened this issue Aug 6, 2021 · 3 comments

Comments

@kloczek
Copy link

kloczek commented Aug 6, 2021

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.1.2
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 4 added, 0 changed, 0 removed
reading sources... [100%] using
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... importlib_resources.1 { using migration history } /home/tkloczko/rpmbuild/BUILD/importlib_resources-5.2.2/docs/using.rst:94: WARNING: py:mod reference target not found: importlib
/home/tkloczko/rpmbuild/BUILD/importlib_resources-5.2.2/docs/using.rst:129: WARNING: py:class reference target not found: pathlib.Path
/home/tkloczko/rpmbuild/BUILD/importlib_resources-5.2.2/docs/using.rst:141: WARNING: py:mod reference target not found: contextlib
/home/tkloczko/rpmbuild/BUILD/importlib_resources-5.2.2/docs/migration.rst:35: WARNING: py:class reference target not found: pathlib.Path
/home/tkloczko/rpmbuild/BUILD/importlib_resources-5.2.2/docs/migration.rst:55: WARNING: py:class reference target not found: contextlib.ExitStack
/home/tkloczko/rpmbuild/BUILD/importlib_resources-5.2.2/docs/migration.rst:65: WARNING: py:mod reference target not found: atexit
done
build succeeded, 6 warnings.
@jaraco
Copy link
Member

jaraco commented Sep 18, 2021

Looks like these warnings also were implicated in jaraco/skeleton#36.

@jaraco
Copy link
Member

jaraco commented Sep 18, 2021

Fixed in 8ea55f2.

@jaraco jaraco closed this as completed Sep 18, 2021
@kloczek
Copy link
Author

kloczek commented Sep 18, 2021

Tested.
Looks clean now :)
Thank you.

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.1.2
making output directory... done
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] 4 added, 0 changed, 0 removed
reading sources... [100%] using
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-importlib_resources.3 { using migration history } done
build succeeded.

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

2 participants