diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-09-17 21:49:30 +1000 |
|---|---|---|
| committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-09-17 21:49:30 +1000 |
| commit | e2809560fa8916fdff20c27fcdea4f0f8687205a (patch) | |
| tree | a9a063456dba46444ff083759368aefc56dd5990 /docs/conf.py | |
| parent | dad85e6d58bf848f797fbf5fd8fda11db28bb0e4 (diff) | |
| download | rdflib-e2809560fa8916fdff20c27fcdea4f0f8687205a.tar.gz | |
improved Store docco
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 67a0f592..d4ae1ae3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ master_doc = "index" # General information about the project. project = "rdflib" -copyright = "2009 - 2020, RDFLib Team" +copyright = "2009 - 2021, RDFLib Team" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -210,9 +210,9 @@ htmlhelp_basename = "rdflibdoc" # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). -latex_documents = [ - ("index", "rdflib.tex", "rdflib Documentation", "RDFLib Team", "manual"), -] +# latex_documents = [ +# ("index", "rdflib.tex", "rdflib Documentation", "RDFLib Team", "manual"), +# ] # The name of an image file (relative to this directory) to place at the top of # the title page. @@ -239,4 +239,4 @@ intersphinx_mapping = { html_experimental_html5_writer = True -needs_sphinx = "2.4" +needs_sphinx = "4.1.2" |
