Fix documentation build
Re-establish the static "app" instance for the autodoc code and fix a formatting problem with some of the RST. Change-Id: I16f7db1ed66081305097b5ecf931b461347f6299 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
a5f966c5fb
commit
4a31748b30
@ -57,3 +57,6 @@ def make_app(enable_acl=True, attach_storage=True):
|
||||
if enable_acl:
|
||||
return acl.install(app, cfg.CONF)
|
||||
return app
|
||||
|
||||
# For documentation
|
||||
app = make_app(enable_acl=False, attach_storage=False)
|
||||
|
Loading…
Reference in New Issue
Block a user