Skip to content

Commit

Permalink
man: appease sphinx by providing a toc doc
Browse files Browse the repository at this point in the history
Fixes: ceph#11324
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Apr 7, 2015
1 parent c7effab commit 707a2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions man/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion src/rocksdb
Submodule rocksdb updated 629 files

0 comments on commit 707a2f7

Please sign in to comment.