diff options
author | Kefu Chai <kchai@redhat.com> | 2021-01-07 16:43:26 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-01-08 04:35:42 +0100 |
commit | 202b805aaf079504a3c8db0eb2a8b14e43fa5bae (patch) | |
tree | f3e99c3fa0098e288b506b9553d1795de800cca3 /admin/doc-python-common-requirements.txt | |
parent | Merge pull request #38795 from yuriw/wip-yuriw-octopus-x-master (diff) | |
download | ceph-202b805aaf079504a3c8db0eb2a8b14e43fa5bae.tar.xz ceph-202b805aaf079504a3c8db0eb2a8b14e43fa5bae.zip |
doc: build mon_command_api.rst using a homebrew extension
so we can build the command doc using ReadTheDoc infra, without adding
the generated rst file to the source repo.
before this change, all the commands are ordered alphabetically. after
this change, command docs are generated by two directives, and are
ordered separately. we could restructure the directives and merge them.
but let's leave it for a future change if this is important.
for more details on writing sphinx directives, see
https://www.sphinx-doc.org/en/master/extdev/markupapi.html and
https://docutils.sourceforge.io/docs/howto/rst-directives.html
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'admin/doc-python-common-requirements.txt')
-rw-r--r-- | admin/doc-python-common-requirements.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/doc-python-common-requirements.txt b/admin/doc-python-common-requirements.txt index e4768e3e430..21ca6e85c4a 100644 --- a/admin/doc-python-common-requirements.txt +++ b/admin/doc-python-common-requirements.txt @@ -1,3 +1 @@ -pcpp -Jinja2 src/python-common |