-
Notifications
You must be signed in to change notification settings - Fork 34
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
0.5.3: sphinx warnings reference target not found
#95
Comments
Thanks! Addressed in |
Thank you. + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v4.5.0
Creating file api/rdflib_sqlalchemy.rst.
Creating file api/rdflib_sqlalchemy.base.rst.
Creating file api/rdflib_sqlalchemy.constants.rst.
Creating file api/rdflib_sqlalchemy.sql.rst.
Creating file api/rdflib_sqlalchemy.statistics.rst.
Creating file api/rdflib_sqlalchemy.store.rst.
Creating file api/rdflib_sqlalchemy.tables.rst.
Creating file api/rdflib_sqlalchemy.termutils.rst.
Creating file api/rdflib_sqlalchemy.types.rst.
Creating file api/modules.rst.
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://rdflib.readthedocs.io/en/stable/objects.inv...
loading intersphinx inventory from https://docs.sqlalchemy.org/en/14/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 11 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-rdflib-sqlalchemy.3 { api/modules api/rdflib_sqlalchemy api/rdflib_sqlalchemy.base api/rdflib_sqlalchemy.constants api/rdflib_sqlalchemy.sql api/rdflib_sqlalchemy.statistics api/rdflib_sqlalchemy.store api/rdflib_sqlalchemy.tables api/rdflib_sqlalchemy.termutils api/rdflib_sqlalchemy.types } /home/tkloczko/rpmbuild/BUILD/rdflib-sqlalchemy-0.5.3/rdflib_sqlalchemy/sql.py:docstring of rdflib_sqlalchemy.sql.union_select:: WARNING: py:class reference target not found: iterable of tuples
/home/tkloczko/rpmbuild/BUILD/rdflib-sqlalchemy-0.5.3/rdflib_sqlalchemy/types.py:docstring of rdflib_sqlalchemy.types.TermType:3: WARNING: py:class reference target not found: TypeDecorator
done
build succeeded, 2 warnings. |
Oh, I know about those. I just don't think they matter. |
This was referenced May 23, 2022
This was referenced May 31, 2022
This was referenced Jun 9, 2022
This was referenced Dec 30, 2023
This was referenced Feb 5, 2024
This was referenced Mar 13, 2024
This was referenced Mar 31, 2024
This was referenced May 17, 2024
This was referenced Oct 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: