From 134f515e4f7ea40dadaca74bbf48bf6a98cda70b Mon Sep 17 00:00:00 2001 From: Rupert Swarbrick Date: Thu, 12 Mar 2020 13:36:40 +0000 Subject: [PATCH] Add missing space after code-block directive Without this, Sphinx spits out a warning message and swallows the block. --- doc/verification.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/verification.rst b/doc/verification.rst index d80df635..04badcd2 100644 --- a/doc/verification.rst +++ b/doc/verification.rst @@ -163,6 +163,7 @@ The entirety of this flow is controlled by the Makefile found at `dv/uvm/core_ibex/Makefile `_; here is a list of frequently used commands: .. code-block:: bash + cd dv/uvm/core_ibex # Run a full regression