From 15a0070d96313b49bfdf41fab52a9bb252bfa0b4 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 30 Nov 2021 00:48:18 +0000 Subject: 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 --- doc/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/source') 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'] -- cgit v1.2.1