summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Markiewicz <markiewicz@stanford.edu>2020-04-16 16:41:11 -0400
committerChris Markiewicz <markiewicz@stanford.edu>2020-04-16 17:03:17 -0400
commit729a49fca6e54c71b152b75deb04bae241cc88cb (patch)
tree103eca84845f8ba56b94a25aeaee17812df63ce0
parent81e248faf64574ed8c14113829d2fd520c479cf2 (diff)
downloadrdflib-729a49fca6e54c71b152b75deb04bae241cc88cb.tar.gz
DOC: Use new default option syntax, update intersphinx link
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6598fa02..6fe4ea70 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,7 +40,7 @@ extensions = [
apidoc_module_dir = "../rdflib"
apidoc_output_dir = "apidocs"
-autodoc_default_flags = ["special-members"]
+autodoc_default_options = {"special-members": True}
autosummary_generate = True
@@ -234,7 +234,7 @@ latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- "python": ("http://docs.python.org/3.7", None),
+ "python": ("https://docs.python.org/3.7", None),
}
html_experimental_html5_writer = True