diff --git a/doc/source/conf.py b/doc/source/conf.py index e74410dfe..db0a8c014 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -170,6 +170,7 @@ htmlhelp_basename = 'python-keystoneclientdoc' apidoc_module_dir = '../../keystoneclient' apidoc_output_dir = 'api' apidoc_excluded_paths = [ + 'fixture', 'tests', ]