summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 31c3b65..34bbb5f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -21,12 +21,13 @@ html_theme = 'openstackdocs'
apidoc_module_dir = '../../designateclient'
apidoc_output_dir = 'reference/api'
-apidoc_excluded_paths = [ 'tests/*', 'functionaltests/*' ]
+apidoc_excluded_paths = [ 'tests/*', 'functionaltests/*', 'hacking/*' ]
apidoc_separate_modules = True
autodoc_exclude_modules = [
'designateclient.tests.*',
- 'designateclient.functionaltests.*']
+ 'designateclient.functionaltests.*',
+ 'designateclient.hacking.*']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']