mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
man: appease sphinx by providing a toc doc
Fixes: #11324 Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
c7effab565
commit
707a2f77c4
@ -41,3 +41,6 @@ def _get_manpages():
|
||||
)
|
||||
|
||||
man_pages = list(_get_manpages())
|
||||
# sphinx warns if no toc is found, so feed it with a random file
|
||||
# which is also rendered in this run.
|
||||
master_doc = '8/ceph'
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6ca7befb55767784a447a5daddd09e387ec92bd3
|
||||
Subproject commit 05da5930f3a130c4dea879a85a26f2c8ac7465c4
|
Loading…
Reference in New Issue
Block a user