From cbb8f8433e7789ae020bc984bc13307d36f9525f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 18 Dec 2020 09:37:50 +0800 Subject: [PATCH] doc/dev/generatedocs.rst: fix highlight syntax Signed-off-by: Kefu Chai --- doc/dev/generatedocs.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/dev/generatedocs.rst b/doc/dev/generatedocs.rst index 7999de2e57f..8632eb176ce 100644 --- a/doc/dev/generatedocs.rst +++ b/doc/dev/generatedocs.rst @@ -11,6 +11,8 @@ To build the Ceph documentation set, you must: 3. Build the documents 4. Demo the documents (Optional) +.. highlight:: bash + Clone the Ceph Repository ------------------------- @@ -61,12 +63,12 @@ But you can just rebuild the document on changes using:: admin/build-doc livehtml -This feature uses `sphinx-autobuild` under the hood. You can also pass options to it. For +This feature uses ``sphinx-autobuild`` under the hood. You can also pass options to it. For instance, to open the browser after building the documentation:: admin/build-doc livehtml -- --open-browser -Please see `sphinx-autobuild ` for more details. +Please see `sphinx-autobuild `_ for more details. Demo the Documents ------------------- -- 2.39.5