From 9d76b85fd930fa3b312629f4c7936f815ec8a7a4 Mon Sep 17 00:00:00 2001 From: Pooja Halappanavar <pooja.halappanavar@huawei.com> Date: Wed, 20 Jan 2021 05:19:02 +0000 Subject: [PATCH] Update reStructuredText Basics.rst --- documentation/source/readme/reStructuredText Basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst index 4db315d..0b37367 100644 --- a/documentation/source/readme/reStructuredText Basics.rst +++ b/documentation/source/readme/reStructuredText Basics.rst @@ -14,7 +14,7 @@ The root directory of a Sphinx collection of plain-text document sources is call Sphinx comes with a script called sphinx-quickstart that sets up a source directory and creates a default conf.py with the most useful configuration values from a few questions it asks you. To use this, enter the below command in windows prompt to initialise Sphinx project: -.. code:: cpp +.. code-block:: console sphinx-quickstart @@ -188,4 +188,4 @@ Reference `<https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_ -`<https://docs.zephyrproject.org/latest/guides/documentation/index.html>`_ \ No newline at end of file +`<https://docs.zephyrproject.org/latest/guides/documentation/index.html>`_ -- GitLab