summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2021-11-30 00:48:18 +0000
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2021-11-29 21:54:22 -0800
commit15a0070d96313b49bfdf41fab52a9bb252bfa0b4 (patch)
tree095716d0d0b4de51c5ee4a0fb2ce2df9c5dd99de /doc
parent01d1e7db5b746fa771db964ac724f6b5d1ff7990 (diff)
downloadpython-designateclient-15a0070d96313b49bfdf41fab52a9bb252bfa0b4.tar.gz
Add Designate hacking checks to the client
This patch adds the Designate hacking checks to also run against the Designate client code to maintain consistent style checking across the Designate repositories. It also resolves one style check failure. Change-Id: I09786482b2e7fecaa3d4484c9b1a017fae04cfea
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']