diff options
author | drebs <drebs@leap.se> | 2017-05-04 15:59:47 +0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-05-04 16:16:50 +0200 |
commit | ad065fc8c9204e6d63b7fb69b1d9cf469812237f (patch) | |
tree | 05682fee4ba560aed9f7a224a8e11a95e174deb0 /docs/sphinx/conf.py | |
parent | 6008e999eea82bb4355b086453be42414a4d60c9 (diff) |
[doc] add attachments documentation
Diffstat (limited to 'docs/sphinx/conf.py')
-rw-r--r-- | docs/sphinx/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index bad9da6e..38ff330f 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -36,6 +36,7 @@ extensions = [ 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', + 'sphinxcontrib.zopeext.autointerface', ] # Add any paths that contain templates here, relative to this directory. |