From e3e1aac99ff15ef99ac6d3fd8539492a2c4801be Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 1 Oct 2020 23:27:30 +0200 Subject: Start building manpages with sphinx --- docs/source/conf.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 37e0e4c..3274a8a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,3 +59,15 @@ html_theme = 'alabaster' # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] + +man_pages = [ + ('man/lesana-edit', 'lesana-edit', '', '', 1), + ('man/lesana-export', 'lesana-export', '', '', 1), + ('man/lesana-index', 'lesana-index', '', '', 1), + ('man/lesana-init', 'lesana-init', '', '', 1), + ('man/lesana-new', 'lesana-new', '', '', 1), + ('man/lesana-rm', 'lesana-rm', '', '', 1), + ('man/lesana', 'lesana', '', '', 1), + ('man/lesana-search', 'lesana-search', '', '', 1), + ('man/lesana-show', 'lesana-show', '', '', 1), +] -- cgit v1.2.3