Commit e58f76a4 authored by Éloi Rivard's avatar Éloi Rivard

Added ZODB to intersphinx

parent 2ada1c70
......@@ -250,4 +250,8 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
intersphinx_mapping = {
"python": ('http://docs.python.org/', None),
"persistent": ('https://persistent.readthedocs.io/en/latest/', None),
"ZODB": ("http://www.zodb.org/en/latest/", None),
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment