From: Kefu Chai Date: Fri, 18 Dec 2020 01:37:50 +0000 (+0800) Subject: doc/dev/generatedocs.rst: fix highlight syntax X-Git-Tag: v17.0.0~240^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cbb8f8433e7789ae020bc984bc13307d36f9525f;p=ceph-ci.git doc/dev/generatedocs.rst: fix highlight syntax Signed-off-by: Kefu Chai --- 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 -------------------