Generate doc for versioned notifications

This commit adds a new sphinx extension that inspects the nova code
and adds information about the existing versioned notifications to
the nofitications devref. This way the devref is automatically kept
up to date with relevant information.

Partially-Implements: bp versioned-notification-api
Change-Id: If65d5d81e26cb2b4a9f57a8c7d37d3de310ebe00
This commit is contained in:
Balazs Gibizer 2016-01-08 10:15:33 +01:00
parent c68871c845
commit 752765cfd6

View File

@ -35,6 +35,7 @@ extensions = ['sphinx.ext.autodoc',
'oslosphinx',
"ext.support_matrix",
'oslo_config.sphinxconfiggen',
'ext.versioned_notifications'
]
config_generator_config_file = '../../etc/nova/nova-config-generator.conf'