Skip to content

Commit 4e9299c

Browse files
ajaegerBrian Rosmaita
authored and
Brian Rosmaita
committedMar 4, 2017
Fix api-ref with Sphinx 1.5
Sphinx 1.5 fails with a warning that a code-block cannot be highlighted. It's indeed not json, use 'none' to fix the build. Change-Id: I02bfe805c419fcc49ac43b66f4f7b1a0d1d54755
1 parent d64eb83 commit 4e9299c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api-ref/source/v2/images-parameters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ sort:
162162
Use the comma (``,``) character to separate multiple values. For
163163
example:
164164
165-
.. code-block:: json
165+
.. code-block:: none
166166
167167
GET /v2/images?sort=name:asc,status:desc
168168
in: query

0 commit comments

Comments
 (0)
Please sign in to comment.