diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 1dd272a..150e441 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', ] |