diff options
author | Kefu Chai <kchai@redhat.com> | 2015-04-06 04:36:22 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2015-04-07 17:26:50 +0200 |
commit | 707a2f77c41b3061ad0f9adeb594a94d25452b4b (patch) | |
tree | e2dedd4b872865573f3eaedd51fb77745bd218c8 /man | |
parent | man: point man/conf.py and Makefile to doc/man (diff) | |
download | ceph-707a2f77c41b3061ad0f9adeb594a94d25452b4b.tar.xz ceph-707a2f77c41b3061ad0f9adeb594a94d25452b4b.zip |
man: appease sphinx by providing a toc doc
Fixes: #11324
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/conf.py b/man/conf.py index 375bfb987cf..4cadf231dad 100644 --- a/man/conf.py +++ b/man/conf.py @@ -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' |