heat/api-ref/source/v1/samples/stack-outputs-list-response.json
Andreas Jaeger 6529a2ebd7 Fix api-ref build with Sphinx 1.5
Sphinx 1.5 is more picky about some code, it complaints if code-blocks
are not valid json and also about too short underlines.

Fix one json file, fix underlines, change code-blocks to none so that
Sphinx 1.5 builds this again.

Enable treating warnings as errors to avoid regressions. Note that with
current tools there are no double stanza warnings anymore.

Change-Id: I58d1452ffddf091d56dcfad8140caba084800a0e
2017-03-07 09:34:00 +00:00

9 lines
136 B
JSON

{
"outputs": [
{
"output_key": "output name",
"description": "output description"
}
]
}