diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2020-08-27 13:13:45 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 13:13:45 +1000 |
| commit | 3afffcd19d3a5d240e83b3a59b53e3ee1120c165 (patch) | |
| tree | 42ba0191f0a8f645cbc5b60aefd8a3cbfc383a8b /docs | |
| parent | 3e42f5eea742563cdeab7d655fe55f7d0e25ea16 (diff) | |
| parent | 94295389204175783c2f369c2826f0ba55a2d42c (diff) | |
| download | rdflib-improve_graph_parse.tar.gz | |
Merge branch 'master' into improve_graph_parseimprove_graph_parse
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/plugin_parsers.rst | 2 | ||||
| -rw-r--r-- | docs/sphinx-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugin_parsers.rst b/docs/plugin_parsers.rst index e114958d..81ab7ae6 100644 --- a/docs/plugin_parsers.rst +++ b/docs/plugin_parsers.rst @@ -26,7 +26,7 @@ mdata :class:`~rdflib.plugins.parsers.structureddata.MicrodataParser` microdata :class:`~rdflib.plugins.parsers.structureddata.MicrodataParser` n3 :class:`~rdflib.plugins.parsers.notation3.N3Parser` nquads :class:`~rdflib.plugins.parsers.nquads.NQuadsParser` -nt :class:`~rdflib.plugins.parsers.nt.NTParser` +nt :class:`~rdflib.plugins.parsers.ntriples.NTParser` rdfa :class:`~rdflib.plugins.parsers.structureddata.RDFaParser` rdfa1.0 :class:`~rdflib.plugins.parsers.structureddata.RDFa10Parser` rdfa1.1 :class:`~rdflib.plugins.parsers.structureddata.RDFaParser` diff --git a/docs/sphinx-requirements.txt b/docs/sphinx-requirements.txt index c6dfb112..175ef14e 100644 --- a/docs/sphinx-requirements.txt +++ b/docs/sphinx-requirements.txt @@ -1,3 +1,3 @@ -sphinx==3.2.0 +sphinx==3.2.1 sphinxcontrib-apidoc git+https://github.com/gniezen/n3pygments.git |
