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

6.0.2: sphinx warnings reference target not found #65

Open
kloczek opened this issue Jan 6, 2024 · 0 comments · May be fixed by #71
Open

6.0.2: sphinx warnings reference target not found #65

kloczek opened this issue Jan 6, 2024 · 0 comments · May be fixed by #71

Comments

@kloczek
Copy link

kloczek commented Jan 6, 2024

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/source build/sphinx/man
Running Sphinx v7.1.2
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
making output directory... done
WARNING: html_static_path entry '_static' does not exist
WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://docs.python.org/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
loading intersphinx inventory from https://docs.python.org/objects.inv...
intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
[autosummary] generating autosummary for: AxiomaticTriples.rst, AxiomaticTriples_source.rst, Closure.rst, CombinedClosure.rst, DatatypeHandling.rst, DatatypeHandling_source.rst, OWLRL.rst, OWLRLExtras.rst, RDFSClosure.rst, RestrictedDatatype.rst, XsdDatatypes.rst, XsdDatatypes_source.rst, index.rst, indices_and_tables.rst, installation.rst, owlrl.rst, stubs/owlrl.Closure.rst, stubs/owlrl.DeductiveClosure.rst, stubs/owlrl.rst, usage.rst
building [mo]: targets for 0 po files that are out of date
writing output...
building [man]: all manpages
updating environment: [new config] 20 added, 0 changed, 0 removed
reading sources... [100%] usage
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:103: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:104: WARNING: Literal block ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.interpret_owl_imports:8: WARNING: Field list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:103: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:104: WARNING: Literal block ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:1: WARNING: duplicate object description of owlrl, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure:1: WARNING: duplicate object description of owlrl.DeductiveClosure, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure.expand:1: WARNING: duplicate object description of owlrl.DeductiveClosure.expand, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure.improved_datatype_generic:1: WARNING: duplicate object description of owlrl.DeductiveClosure.improved_datatype_generic, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure.use_improved_datatypes_conversions:1: WARNING: duplicate object description of owlrl.DeductiveClosure.use_improved_datatypes_conversions, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure.use_rdflib_datatypes_conversions:1: WARNING: duplicate object description of owlrl.DeductiveClosure.use_rdflib_datatypes_conversions, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.convert_graph:1: WARNING: duplicate object description of owlrl.convert_graph, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.interpret_owl_imports:1: WARNING: duplicate object description of owlrl.interpret_owl_imports, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.interpret_owl_imports:8: WARNING: Field list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.return_closure_class:1: WARNING: duplicate object description of owlrl.return_closure_class, other instance in OWLRL, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:103: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:104: WARNING: Literal block ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:1: WARNING: duplicate object description of owlrl, other instance in owlrl, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/Closure.py:docstring of owlrl.Closure:1: WARNING: duplicate object description of owlrl.Closure, other instance in Closure, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure:1: WARNING: duplicate object description of owlrl.DeductiveClosure, other instance in owlrl, use :noindex: for one of them
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/docs/source/AxiomaticTriples_source.rst: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/docs/source/DatatypeHandling_source.rst: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/docs/source/XsdDatatypes_source.rst: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/docs/source/stubs/owlrl.rst: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/docs/source/stubs/owlrl.Closure.rst: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/docs/source/stubs/owlrl.DeductiveClosure.rst: WARNING: document isn't included in any toctree
done
writing... python-owl-rl.3 { installation usage indices_and_tables owlrl AxiomaticTriples Closure CombinedClosure DatatypeHandling OWLRL OWLRLExtras RDFSClosure RestrictedDatatype XsdDatatypes } /home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:60: WARNING: py:class reference target not found: OWLRL.OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:80: WARNING: py:class reference target not found: OWLRL.OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:87: WARNING: py:class reference target not found: Literals.LiteralProxies
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure:1: WARNING: py:class reference target not found: OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure.expand:4: WARNING: py:class reference target not found: rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.interpret_owl_imports:12: WARNING: py:class reference target not found: RDFLib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/Closure.py:docstring of owlrl.Closure.Core:4: WARNING: py:class reference target not found: OWLRL.OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/Closure.py:docstring of owlrl.Closure.Core:24: WARNING: py:class reference target not found: rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/Closure.py:docstring of owlrl.Closure.Core.closure:3: WARNING: py:func reference target not found: Core.store_triple
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/Closure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: s
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/Closure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: p
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/Closure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: o
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/CombinedClosure.py:docstring of owlrl.CombinedClosure.RDFS_OWLRL_Semantics:1: WARNING: py:class reference target not found: owlrl.OWLRL.OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/CombinedClosure.py:docstring of owlrl.CombinedClosure.RDFS_OWLRL_Semantics:12: WARNING: py:class reference target not found: rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/CombinedClosure.py:docstring of owlrl.Closure.Core.closure:3: WARNING: py:func reference target not found: Core.store_triple
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/CombinedClosure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: s
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/CombinedClosure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: p
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/CombinedClosure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: o
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/DatatypeHandling.py:docstring of owlrl.DatatypeHandling.use_Alt_lexical_conversions:1: WARNING: py:data reference target not found: AltXSDToPYTHON
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:60: WARNING: py:class reference target not found: OWLRL.OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:80: WARNING: py:class reference target not found: OWLRL.OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl:87: WARNING: py:class reference target not found: Literals.LiteralProxies
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure:1: WARNING: py:class reference target not found: OWLRL_Semantics
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.DeductiveClosure.expand:4: WARNING: py:class reference target not found: rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/__init__.py:docstring of owlrl.interpret_owl_imports:12: WARNING: py:class reference target not found: RDFLib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.OWLRLExtras.OWLRL_Extension:1: WARNING: py:func reference target not found: _strToRational
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.OWLRLExtras.OWLRL_Extension.add_axioms:1: WARNING: py:class reference target not found: OWLRL_Extension.extra_axioms
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.closure:3: WARNING: py:func reference target not found: Core.store_triple
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: s
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: p
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: o
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.OWLRLExtras.OWLRL_Extension_Trimming:22: WARNING: py:class reference target not found: rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.OWLRLExtras.OWLRL_Extension.add_axioms:1: WARNING: py:class reference target not found: OWLRL_Extension.extra_axioms
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.closure:3: WARNING: py:func reference target not found: Core.store_triple
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: s
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: p
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/OWLRLExtras.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: o
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/RDFSClosure.py:docstring of owlrl.RDFSClosure.RDFS_Semantics:15: WARNING: py:class reference target not found: rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/RDFSClosure.py:docstring of owlrl.Closure.Core.closure:3: WARNING: py:func reference target not found: Core.store_triple
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/RDFSClosure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: s
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/RDFSClosure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: p
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/RDFSClosure.py:docstring of owlrl.Closure.Core.store_triple:1: WARNING: py:class reference target not found: o
/home/tkloczko/rpmbuild/BUILD/OWL-RL-6.0.2/owlrl/RestrictedDatatype.py:docstring of owlrl.RestrictedDatatype.extract_faceted_datatypes:7: WARNING: py:class reference target not found: RDFLib.Graph
done
build succeeded, 72 warnings.

You can peak on fixes that kind of issues in other projects
RDFLib/rdflib-sqlalchemy#95
RDFLib/rdflib#2036
click-contrib/sphinx-click@abc31069
frostming/unearth#14
jaraco/cssutils#21
latchset/jwcrypto#289
latchset/jwcrypto#289
pypa/distlib@98b9b89f
pywbem/pywbem#2895
sissaschool/elementpath@bf869d9e
sissaschool/xmlschema@42ea98f2
sqlalchemy/sqlalchemy@5e88e6e8

@ashleysommer ashleysommer linked a pull request Aug 15, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant