From 707a2f77c41b3061ad0f9adeb594a94d25452b4b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 6 Apr 2015 10:36:22 +0800 Subject: man: appease sphinx by providing a toc doc Fixes: #11324 Signed-off-by: Kefu Chai --- man/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man') 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' -- cgit v1.2.3