diff options
| author | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2019-02-07 13:22:00 +0900 |
|---|---|---|
| committer | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2019-02-07 15:00:36 +0900 |
| commit | 8eb7d1c5cc0d30c9e68aeb62dd7c73e4377e9fb0 (patch) | |
| tree | 8fb8a5bf85e7c2b06e0edc23f3136df432e04389 /doc/source | |
| parent | 85e9b58e9b638bc49679d2c7460dd1db7f39f48a (diff) | |
| download | python-novaclient-12.0.0.tar.gz | |
Remove deprecated novaclient.v2.contrib modules12.0.0
All modules of novaclient.v2.contrib have been removed.
The 'only_contrib' parameter for the
'novaclient.client.discover_extensions' method is no longer valid.
Change-Id: I6da83057dda1f27afe98a2412bc0815f100f34a4
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 |
