summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/conf.py3
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'