mirror of
https://github.com/ceph/ceph
synced 2025-02-06 10:23:52 +00:00
doc/dev/generatedocs.rst: fix highlight syntax
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
c5e53b1a88
commit
cbb8f8433e
@ -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
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user