diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index b98da5d9..ffd5782d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,8 +26,7 @@ extensions = [ apidoc_module_dir = '../../novaclient' apidoc_output_dir = 'reference/api' apidoc_excluded_paths = [ - 'tests/*', - 'v2/contrib/*'] + 'tests/*'] apidoc_separate_modules = True # The content that will be inserted into the main body of an autoclass |
