-
Notifications
You must be signed in to change notification settings - Fork 558
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.1.1: sphinx warnings reference target not found
#1878
Comments
I am fairly sure this is fixed on master. |
Just tested 6.2.0 and still I see those warnings + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v5.0.2
making output directory... done
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.extras.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.namespace.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.parsers.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.serializers.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.shared.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.shared.jsonld.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.sparql.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.sparql.results.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.plugins.stores.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/rdflib.tools.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/modules.rst.
loading intersphinx inventory from https://docs.python.org/3.7/objects.inv...
myst v0.17.2: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, sub_delimiters=('{', '}'), words_per_minute=200)
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 37 added, 0 changed, 0 removed
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace BRICK
partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace DCAT
partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace PROF
partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace SDO
partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace SOSA
partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace SSN
partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace TIME
partialmethod = obj._partialmethod
/usr/lib64/python3.8/inspect.py:2270: UserWarning: Code: _partialmethod is not defined in namespace XSD
partialmethod = obj._partialmethod
reading sources... [100%] utilities
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-rdflib.3 { gettingstarted intro_to_parsing intro_to_creating_rdf intro_to_graphs intro_to_sparql utilities apidocs/examples rdf_terms namespaces_and_bindings persistence merging upgrade5to6 upgrade4to5 apidocs/modules apidocs/rdflib apidocs/rdflib.extras apidocs/rdflib.namespace apidocs/rdflib.plugins apidocs/rdflib.plugins.parsers apidocs/rdflib.plugins.serializers apidocs/rdflib.plugins.shared apidocs/rdflib.plugins.shared.jsonld apidocs/rdflib.plugins.sparql apidocs/rdflib.plugins.sparql.results apidocs/rdflib.plugins.stores apidocs/rdflib.tools plugins plugin_parsers plugin_serializers plugin_stores plugin_query_results developers CODE_OF_CONDUCT docs persisting_n3_terms type_hints } /home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _TriplePatternType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _TripleType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _PredicateType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _PredicateType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/intro_to_sparql.rst:19: WARNING: py:class reference target not found: rdflib.query.ResultRow
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/intro_to_sparql.rst:171: WARNING: py:meth reference target not found: rdflib.plugins.sparql.prepareQuery
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/utilities.rst:54: WARNING: py:meth reference target not found: rdflib.graph.Graph.contains
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:6: WARNING: py:mod reference target not found: conjunctive_graphs
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:14: WARNING: py:mod reference target not found: custom_datatype
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:22: WARNING: py:mod reference target not found: custom_eval
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:30: WARNING: py:mod reference target not found: foafpaths
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:38: WARNING: py:mod reference target not found: prepared_query
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/examples/prepared_query.py:docstring of examples.prepared_query:1: WARNING: py:meth reference target not found: rdflib.plugins.sparql.prepareQuery
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:46: WARNING: py:mod reference target not found: resource_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:54: WARNING: py:mod reference target not found: berkeleydb_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:62: WARNING: py:mod reference target not found: slice
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:70: WARNING: py:mod reference target not found: smushing
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:78: WARNING: py:mod reference target not found: sparql_query_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/examples/sparql_query_example.py:docstring of examples.sparql_query_example:3: WARNING: py:class reference target not found: rdflib.query.ResultRow
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/examples/sparql_query_example.py:docstring of examples.sparql_query_example:10: WARNING: py:attr reference target not found: rdflib.query.ResultRow.vars
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:86: WARNING: py:mod reference target not found: sparql_update_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:94: WARNING: py:mod reference target not found: sparqlstore_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:102: WARNING: py:mod reference target not found: swap_primer
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/apidocs/examples.rst:110: WARNING: py:mod reference target not found: transitive
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/examples/transitive.py:docstring of examples.transitive:34: WARNING: py:meth reference target not found: transitive_objects
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/examples/transitive.py:docstring of examples.transitive:34: WARNING: py:meth reference target not found: transitive_subjects
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/rdf_terms.rst:194: WARNING: py:meth reference target not found: rdflib.term.Literal.__init__
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/rdf_terms.rst:261: WARNING: py:class reference target not found: xml.dom.minidom.Document
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/rdf_terms.rst:262: WARNING: py:class reference target not found: xml.dom.minidom.DocumentFragment
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:32: WARNING: py:meth reference target not found: rdflib.graph.bind
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:44: WARNING: py:meth reference target not found: rdflib.graph.bind
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:49: WARNING: py:obj reference target not found: namespace_manager
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:49: WARNING: py:obj reference target not found: bind
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:49: WARNING: py:obj reference target not found: NamespaceManager
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:52: WARNING: py:obj reference target not found: bind_namespaces
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:52: WARNING: py:obj reference target not found: NamespaceManager
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/namespaces_and_bindings.rst:98: WARNING: py:obj reference target not found: NamespaceManager
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/upgrade4to5.rst:79: WARNING: py:obj reference target not found: __init__()
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/upgrade4to5.rst:81: WARNING: py:obj reference target not found: term.Literal.__add__
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/upgrade4to5.rst:207: WARNING: py:obj reference target not found: pip install rdflib
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/upgrade4to5.rst:264: WARNING: py:obj reference target not found: pip install rdflib
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/extras/describer.py:docstring of rdflib.extras.describer:5: WARNING: py:obj reference target not found: rel
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:10: WARNING: py:obj reference target not found: graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:11: WARNING: py:obj reference target not found: calc_weights
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:20: WARNING: py:obj reference target not found: edge_attrs
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_digraph:16: WARNING: py:obj reference target not found: lambda s, p, o: {}
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_graph:16: WARNING: py:obj reference target not found: lambda s, p, o: {}
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/extras/external_graph_libs.py:docstring of rdflib.extras.external_graph_libs.rdflib_to_networkx_multidigraph:13: WARNING: py:obj reference target not found: lambda s, p, o: {}
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/namespace/__init__.py:docstring of rdflib.namespace.NamespaceManager:45: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/namespace/__init__.py:docstring of rdflib.namespace.NamespaceManager.__init__:4: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/nquads.py:docstring of rdflib.plugins.parsers.nquads.NQuadsParser:2: WARNING: py:class reference target not found: rdflib.plugins.parsers.ntriples.DummySink
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/nquads.py:docstring of rdflib.plugins.parsers.nquads.NQuadsParser.file:: WARNING: py:class reference target not found: TextIO
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/nquads.py:docstring of rdflib.plugins.parsers.nquads.NQuadsParser.parse:8: WARNING: py:obj reference target not found: NTriplesParser.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/nquads.py:docstring of rdflib.plugins.parsers.nquads.NQuadsParser.sink:: WARNING: py:class reference target not found: DummySink
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.NTParser.parse:9: WARNING: py:obj reference target not found: NTriplesParser.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.W3CNTriplesParser:8: WARNING: py:obj reference target not found: bnode_context
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.W3CNTriplesParser:8: WARNING: py:obj reference target not found: NTriplesParser
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.W3CNTriplesParser:14: WARNING: py:class reference target not found: rdflib.plugins.parsers.ntriples.DummySink
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.W3CNTriplesParser.__init__:2: WARNING: py:class reference target not found: rdflib.plugins.parsers.ntriples.DummySink
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.W3CNTriplesParser.sink:: WARNING: py:class reference target not found: rdflib.plugins.parsers.ntriples.DummySink
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/trig.py:docstring of rdflib.plugins.parsers.trig.TrigSinkParser:1: WARNING: py:class reference target not found: rdflib.plugins.parsers.notation3.SinkParser
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/trig.py:docstring of rdflib.plugins.parsers.trig.TrigSinkParser:2: WARNING: py:class reference target not found: rdflib.plugins.parsers.notation3.RDFSink
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/parsers/trig.py:docstring of rdflib.plugins.parsers.trig.TrigSinkParser:4: WARNING: py:class reference target not found: rdflib.plugins.parsers.notation3.Formula
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/algebra.py:docstring of rdflib.plugins.sparql.algebra.translatePrologue:2: WARNING: py:class reference target not found: pyparsing.results.ParseResults
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/algebra.py:docstring of rdflib.plugins.sparql.algebra.translateQuery:6: WARNING: py:class reference target not found: pyparsing.results.ParseResults
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.Comp:1: WARNING: py:class reference target not found: pyparsing.core.TokenConverter
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.Param:1: WARNING: py:class reference target not found: pyparsing.core.TokenConverter
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.failAction:: WARNING: py:class reference target not found: ParseFailAction
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.parseAction:: WARNING: py:class reference target not found: ParseAction
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.suppress_warnings_:: WARNING: py:class reference target not found: Diagnostics
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/sparql/processor.py:docstring of rdflib.plugins.sparql.processor.SPARQLUpdateProcessor:1: WARNING: py:class reference target not found: rdflib.query.UpdateProcessor
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:8: WARNING: py:obj reference target not found: test.test_store_berkeleydb
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:14: WARNING: py:obj reference target not found: brew install berkeley-db
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:14: WARNING: py:obj reference target not found: pip install berkeleydb
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/berkeleydb.py:docstring of rdflib.plugins.stores.berkeleydb.BerkeleyDB:14: WARNING: py:obj reference target not found: YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1 pip install berkeleydb
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/sparqlconnector.py:docstring of rdflib.plugins.stores.sparqlconnector.SPARQLConnector:10: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/sparqlconnector.py:docstring of rdflib.plugins.stores.sparqlconnector.SPARQLConnector.__init__:12: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.update:23: WARNING: py:obj reference target not found: "INSERT DATA { <urn:michel> <urn:likes> <urn:pizza> }"
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.update:23: WARNING: py:obj reference target not found: "INSERT DATA { GRAPH <urn:graph> { <urn:michel> <urn:likes> <urn:pizza> } }"
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph:20: WARNING: py:class reference target not found: Store
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph:20: WARNING: py:class reference target not found: BNode
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph:31: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.__init__:10: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:8: WARNING: py:obj reference target not found: source
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:10: WARNING: py:obj reference target not found: location
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:13: WARNING: py:obj reference target not found: file
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:14: WARNING: py:obj reference target not found: data
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:19: WARNING: py:obj reference target not found: publicID
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.serialize:5: WARNING: py:class reference target not found: typing.IO[bytes]
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _TriplePatternType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _TripleType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _PredicateType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _PredicateType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.ReadOnlyGraphAggregate.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/parser.py:docstring of rdflib.parser.URLInputSource.getallmatchingheaders:2: WARNING: py:class reference target not found: http.client.HTTPMessage
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin:1: WARNING: py:obj reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin:6: WARNING: py:class reference target not found: importlib.metadata.EntryPoint
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin.__init__:6: WARNING: py:class reference target not found: importlib.metadata.EntryPoint
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugin.py:docstring of rdflib.plugin.Plugin:1: WARNING: py:obj reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugin.py:docstring of rdflib.plugin.plugins:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/plugin.py:docstring of rdflib.plugin.plugins:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/resource.py:docstring of rdflib.resource:13: WARNING: py:class reference target not found: rdflib.term.URIRef`s and :class:`rdflib.term.BNode`s) are in turn
wrapped as Resources. (Note that this behaviour differs from the corresponding
methods in :class:`~rdflib.graph.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph:31: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.__init__:10: WARNING: py:data reference target not found: typing.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:8: WARNING: py:obj reference target not found: source
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:10: WARNING: py:obj reference target not found: location
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:13: WARNING: py:obj reference target not found: file
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:14: WARNING: py:obj reference target not found: data
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:19: WARNING: py:obj reference target not found: publicID
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.serialize:5: WARNING: py:class reference target not found: typing.IO[bytes]
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _TriplePatternType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _TripleType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _PredicateType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _SubjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _PredicateType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/rdflib/graph.py:docstring of rdflib.graph.Graph.triples:: WARNING: py:class reference target not found: _ObjectType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/plugin_parsers.rst:26: WARNING: py:class reference target not found: rdflib.plugins.parsers.structureddata.StructuredDataParser
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/plugin_serializers.rst:29: WARNING: py:class reference target not found: rdflib.plugins.serializers.turtle.LongTurtleSerializer
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/plugin_query_results.rst:7: WARNING: py:class reference target not found: rdflib.query.QueryResult
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/plugin_query_results.rst:7: WARNING: py:meth reference target not found: rdflib.query.QueryResult.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/plugin_query_results.rst:7: WARNING: py:meth reference target not found: rdflib.query.QueryResult.serialize
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/developers.rst:132: WARNING: py:obj reference target not found: test_*.py
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/developers.rst:402: WARNING: py:obj reference target not found: -dev
/home/tkloczko/rpmbuild/BUILD/rdflib-6.2.0/docs/persisting_n3_terms.rst:80: WARNING: py:meth reference target not found: rdflib.Graph.triple
done
build succeeded, 148 warnings. You can peak on fixes that kind of issues in other projects |
Apologies, we are indeed not building with nitpicky enabled, I will fix this in #2036. |
Enable nitpicky mode for Sphinx and fix all warnings and errors that occur when running with nitpicky enabled. Other changes: - Add a tox environment for building docs (-docs). This is so we can test building docs on various versions of python as there seems to be some differences in warnings between different versions. This tox environment is enabled for linux CI builds. - Change readthedocs to use python 3.9 as earlier versions do not handle `@typing.overload` with type aliases. - Fixes #1878
Enable nitpicky mode for Sphinx and fix all warnings and errors that occur when running with nitpicky enabled. Other changes: - Add a tox environment for building docs (-docs). This is so we can test building docs on various versions of python as there seems to be some differences in warnings between different versions. This tox environment is enabled for linux CI builds. - Change readthedocs to use python 3.9 as earlier versions do not handle `@typing.overload` with type aliases. - Fixes #1878
Enable nitpicky mode for Sphinx and fix all warnings and errors that occur when running with nitpicky enabled. Other changes: - Add a tox environment for building docs (-docs). This is so we can test building docs on various versions of python as there seems to be some differences in warnings between different versions. This tox environment is enabled for linux CI builds. - Change readthedocs to use python 3.9 as earlier versions do not handle `@typing.overload` with type aliases. - Fixes #1878
Enable nitpicky mode for Sphinx and fix all warnings and errors that occur when running with nitpicky enabled. Other changes: - Add a tox environment for building docs (-docs). This is so we can test building docs on various versions of python as there seems to be some differences in warnings between different versions. This tox environment is enabled for linux CI builds. - Change readthedocs to use python 3.9 as earlier versions do not handle `@typing.overload` with type aliases. - Fixes #1878
Thx 👍 |
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: