summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 480fafb..d78236f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -271,6 +271,8 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'https://docs.python.org/': None,
+ 'https://zopetales.readthedocs.io/en/latest/': None,
+ 'https://zopetal.readthedocs.io/en/latest/': None,
}
autodoc_default_flags = ['members', 'show-inheritance']