On 05/10/20 22:52, Eduardo Habkost wrote: > + * DOC: QTest Protocol > + * > + * .. highlight:: none > * > * Line based protocol, request/response based. Server can send async > messages > * so clients should always handle many async messages before the response > * comes in. > * > * Valid requests > + * ^^^^^^^^^^^^^^ > * > * Clock management: > + * """"""""""""""""" > * > * The qtest client is completely in charge of the QEMU_CLOCK_VIRTUAL. > qtest commands > * let you adjust the value of the clock (monotonically). All the commands > * return the current value of the clock in nanoseconds. > * > + * .. code-block::
What version of Sphinx do you have? I need to have ".. code-block:: none" here, so presumably the "highlight" directive is newer than my version (1.7.6, pretty old I admit)? Paolo