]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/generatedocs.rst: fix highlight syntax 38643/head
authorKefu Chai <kchai@redhat.com>
Fri, 18 Dec 2020 01:37:50 +0000 (09:37 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 18 Dec 2020 02:26:15 +0000 (10:26 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/generatedocs.rst

index 7999de2e57fc42a803dff1ea778a89c31d80aad8..8632eb176ce54531f268f606a9773c6e9f9d9eb0 100644 (file)
@@ -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 <https://pypi.org/project/sphinx-autobuild/>` for more details.
+Please see `sphinx-autobuild <https://pypi.org/project/sphinx-autobuild/>`_ for more details.
 
 Demo the Documents
 -------------------