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.1.1: sphinx warnings reference target not found #1878

Closed
kloczek opened this issue May 1, 2022 · 4 comments · Fixed by #2036
Closed

6.1.1: sphinx warnings reference target not found #1878

kloczek opened this issue May 1, 2022 · 4 comments · Fixed by #2036

Comments

@kloczek
Copy link

kloczek commented May 1, 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 docs build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.extras.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.namespace.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.parsers.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.serializers.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.shared.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.shared.jsonld.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.sparql.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.sparql.results.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.plugins.stores.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/rdflib.tools.rst.
Creating file /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/modules.rst.
loading intersphinx inventory from https://docs.python.org/3.7/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 35 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
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/__init__.py:docstring of rdflib.namespace:64: ERROR: Error in "code-block" directive:
maximum 1 argument(s) allowed, 9 supplied.

.. code-block:: pycon
    >>> from rdflib.namespace import RDFS
    >>> RDFS.seeAlso
    rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#seeAlso')
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLStore.triples:27: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLStore.triples:29: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.open:3: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.open:4: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.triples:27: ERROR: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlstore.py:docstring of rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore.triples:29: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/developers.rst:14: WARNING: Bullet list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/intro_to_parsing.rst:113: WARNING: Explicit markup ends without a blank line; unexpected unindent.
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 docs persisting_n3_terms } /home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/intro_to_sparql.rst:19: WARNING: py:class reference target not found: rdflib.query.ResultRow
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/intro_to_sparql.rst:171: WARNING: py:meth reference target not found: rdflib.plugins.sparql.prepareQuery
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/utilities.rst:54: WARNING: py:meth reference target not found: rdflib.graph.Graph.contains
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:6: WARNING: py:mod reference target not found: conjunctive_graphs
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:14: WARNING: py:mod reference target not found: custom_datatype
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:22: WARNING: py:mod reference target not found: custom_eval
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:30: WARNING: py:mod reference target not found: film
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:37: WARNING: py:mod reference target not found: foafpaths
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:45: WARNING: py:mod reference target not found: prepared_query
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/docs/apidocs/examples.rst:53: WARNING: py:mod reference target not found: resource_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:61: WARNING: py:mod reference target not found: berkeleydb_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:69: WARNING: py:mod reference target not found: slice
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:77: WARNING: py:mod reference target not found: smushing
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:85: WARNING: py:mod reference target not found: sparql_query_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/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.1.1/docs/apidocs/examples.rst:93: WARNING: py:mod reference target not found: sparql_update_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:101: WARNING: py:mod reference target not found: sparqlstore_example
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:109: WARNING: py:mod reference target not found: swap_primer
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/apidocs/examples.rst:117: WARNING: py:mod reference target not found: transitive
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/examples/transitive.py:docstring of examples.transitive:34: WARNING: py:meth reference target not found: transitive_objects
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/examples/transitive.py:docstring of examples.transitive:34: WARNING: py:meth reference target not found: transitive_subjects
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/rdf_terms.rst:62: WARNING: py:meth reference target not found: rdflib.term.Literal.__init__
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/rdf_terms.rst:139: WARNING: py:class reference target not found: xml.dom.minidom.Document
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/rdf_terms.rst:140: WARNING: py:class reference target not found: xml.dom.minidom.DocumentFragment
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/namespaces_and_bindings.rst:24: WARNING: py:meth reference target not found: rdflib.graph.bind
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/namespaces_and_bindings.rst:30: WARNING: py:obj reference target not found: namespace_manager
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/namespaces_and_bindings.rst:30: WARNING: py:obj reference target not found: bind
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:79: WARNING: py:obj reference target not found: __init__()
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:81: WARNING: py:obj reference target not found: term.Literal.__add__
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:207: WARNING: py:obj reference target not found: pip install rdflib
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/upgrade4to5.rst:264: WARNING: py:obj reference target not found: pip install rdflib
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/extras/describer.py:docstring of rdflib.extras.describer:5: WARNING: py:obj reference target not found: rel
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/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.1.1/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.1.1/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.1.1/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.1.1/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.1.1/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.1.1/rdflib/plugins/parsers/ntriples.py:docstring of rdflib.plugins.parsers.ntriples.NTParser.parse:7: WARNING: py:obj reference target not found: NTriplesParser.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/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.1.1/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.1.1/rdflib/plugins/serializers/hext.py:docstring of rdflib.plugins.serializers.hext.HextuplesSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/jsonld.py:docstring of rdflib.plugins.serializers.jsonld.JsonLDSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/longturtle.py:docstring of rdflib.plugins.serializers.longturtle.LongTurtleSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/n3.py:docstring of rdflib.plugins.serializers.n3.N3Serializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/nquads.py:docstring of rdflib.plugins.serializers.nquads.NQuadsSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/nt.py:docstring of rdflib.plugins.serializers.nt.NTSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/rdfxml.py:docstring of rdflib.plugins.serializers.rdfxml.PrettyXMLSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/rdfxml.py:docstring of rdflib.plugins.serializers.rdfxml.XMLSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/trig.py:docstring of rdflib.plugins.serializers.trig.TrigSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/trix.py:docstring of rdflib.plugins.serializers.trix.TriXSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/turtle.py:docstring of rdflib.plugins.serializers.turtle.RecursiveSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/serializers/turtle.py:docstring of rdflib.plugins.serializers.turtle.TurtleSerializer.store:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/results/jsonresults.py:docstring of rdflib.plugins.sparql.results.jsonresults.JSONResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/results/rdfresults.py:docstring of rdflib.plugins.sparql.results.rdfresults.RDFResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/sparql/results/xmlresults.py:docstring of rdflib.plugins.sparql.results.xmlresults.XMLResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/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.1.1/rdflib/plugins/sparql/parserutils.py:docstring of rdflib.plugins.sparql.parserutils.ParamList.failAction:: WARNING: py:class reference target not found: OptionalType
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/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.1.1/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.1.1/rdflib/plugins/sparql/processor.py:docstring of rdflib.plugins.sparql.processor.SPARQLResult.graph:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/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.1.1/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.1.1/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.1.1/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.1.1/rdflib/plugins/stores/sparqlconnector.py:docstring of rdflib.plugins.stores.sparqlconnector.SPARQLConnector:: WARNING: py:class reference target not found: te.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugins/stores/sparqlconnector.py:docstring of rdflib.plugins.stores.sparqlconnector.SPARQLConnector.__init__:: WARNING: py:class reference target not found: te.Literal
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/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.1.1/rdflib/graph.py:docstring of rdflib.graph:20: WARNING: py:class reference target not found: Store
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph:20: WARNING: py:class reference target not found: BNode
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:8: WARNING: py:obj reference target not found: source
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:10: WARNING: py:obj reference target not found: location
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:13: WARNING: py:obj reference target not found: file
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:14: WARNING: py:obj reference target not found: data
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:19: WARNING: py:obj reference target not found: publicID
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.ReadOnlyGraphAggregate.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin:: WARNING: py:class reference target not found: EntryPoint
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin.__init__:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin.__init__:: WARNING: py:class reference target not found: EntryPoint
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.PKGPlugin.getClass:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.Plugin:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/rdflib/plugin.py:docstring of rdflib.plugin.Plugin.__init__:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.Plugin.getClass:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.get:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.get:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.plugins:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/plugin.py:docstring of rdflib.plugin.plugins:: WARNING: py:class reference target not found: rdflib.plugin.PluginT
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/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.1.1/rdflib/serializer.py:docstring of rdflib.serializer.Serializer:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/serializer.py:docstring of rdflib.serializer.Serializer.__init__:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/store.py:docstring of rdflib.store.Store.add:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/store.py:docstring of rdflib.store.Store.addN:: WARNING: more than one target found for cross-reference 'Graph': rdflib.graph.Graph, rdflib.Graph
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_BRICK.py:docstring of rdflib.namespace._BRICK.BRICK:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_CSVW.py:docstring of rdflib.namespace._CSVW.CSVW:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DC.py:docstring of rdflib.namespace._DC.DC:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DCAT.py:docstring of rdflib.namespace._DCAT.DCAT:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DCMITYPE.py:docstring of rdflib.namespace._DCMITYPE.DCMITYPE:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DCTERMS.py:docstring of rdflib.namespace._DCTERMS.DCTERMS:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_DOAP.py:docstring of rdflib.namespace._DOAP.DOAP:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_FOAF.py:docstring of rdflib.namespace._FOAF.FOAF:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.destroy:1: WARNING: py:obj reference target not found: configuration
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:8: WARNING: py:obj reference target not found: source
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:10: WARNING: py:obj reference target not found: location
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:13: WARNING: py:obj reference target not found: file
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:14: WARNING: py:obj reference target not found: data
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/graph.py:docstring of rdflib.graph.Graph.parse:19: WARNING: py:obj reference target not found: publicID
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_ODRL2.py:docstring of rdflib.namespace._ODRL2.ODRL2:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_ORG.py:docstring of rdflib.namespace._ORG.ORG:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_OWL.py:docstring of rdflib.namespace._OWL.OWL:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_PROF.py:docstring of rdflib.namespace._PROF.PROF:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_PROV.py:docstring of rdflib.namespace._PROV.PROV:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_QB.py:docstring of rdflib.namespace._QB.QB:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_RDF.py:docstring of rdflib.namespace._RDF.RDF:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_RDFS.py:docstring of rdflib.namespace._RDFS.RDFS:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SDO.py:docstring of rdflib.namespace._SDO.SDO:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SH.py:docstring of rdflib.namespace._SH.SH:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SKOS.py:docstring of rdflib.namespace._SKOS.SKOS:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SOSA.py:docstring of rdflib.namespace._SOSA.SOSA:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_SSN.py:docstring of rdflib.namespace._SSN.SSN:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_TIME.py:docstring of rdflib.namespace._TIME.TIME:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_VANN.py:docstring of rdflib.namespace._VANN.VANN:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_VOID.py:docstring of rdflib.namespace._VOID.VOID:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/rdflib/namespace/_XSD.py:docstring of rdflib.namespace._XSD.XSD:1: WARNING: py:class reference target not found: rdflib.namespace.DefinedNamespace
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_parsers.rst:26: WARNING: py:class reference target not found: rdflib.plugins.parsers.structureddata.StructuredDataParser
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_serializers.rst:29: WARNING: py:class reference target not found: rdflib.plugins.serializers.turtle.LongTurtleSerializer
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_query_results.rst:7: WARNING: py:class reference target not found: rdflib.query.QueryResult
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_query_results.rst:7: WARNING: py:meth reference target not found: rdflib.query.QueryResult.parse
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/plugin_query_results.rst:7: WARNING: py:meth reference target not found: rdflib.query.QueryResult.serialize
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/developers.rst:72: WARNING: py:obj reference target not found: test_*.py
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/developers.rst:189: WARNING: py:obj reference target not found: -dev
/home/tkloczko/rpmbuild/BUILD/rdflib-6.1.1/docs/persisting_n3_terms.rst:80: WARNING: py:meth reference target not found: rdflib.Graph.triple
done
build succeeded, 152 warnings.
@aucampia
Copy link
Member

aucampia commented May 3, 2022

I am fairly sure this is fixed on master.

@kloczek
Copy link
Author

kloczek commented Jul 18, 2022

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
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

@aucampia aucampia linked a pull request Jul 18, 2022 that will close this issue
5 tasks
@aucampia
Copy link
Member

Just tested 6.2.0 and still I see those warnings

Apologies, we are indeed not building with nitpicky enabled, I will fix this in #2036.

aucampia added a commit that referenced this issue Jul 18, 2022
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
aucampia added a commit that referenced this issue Jul 18, 2022
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
aucampia added a commit that referenced this issue Jul 18, 2022
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
aucampia added a commit that referenced this issue Jul 18, 2022
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
@kloczek
Copy link
Author

kloczek commented Jul 18, 2022

Thx 👍
Cannot apply cleanly that PR on top of last release.
Will test that on nexr rdflib release 😋

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.

2 participants