From 5c4e7d1c18e9c9afbc685fceefc982e6c3d0c6ec Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Dec 2021 19:03:09 -0700 Subject: Sphinx configuration: set texinfo_documents Signed-off-by: Sean Whitton --- doc/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 42004f8..560b997 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,3 +55,11 @@ html_theme = 'sphinx_rtd_theme' # 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'] + + +# -- Options for Texinfo output ---------------------------------------------- + +texinfo_documents = [("index", "consfigurator", "Consfigurator user's manual", + "Sean Whitton", "Consfigurator", + "Lisp declarative configuration management system", + "System administration", False)] -- cgit v1.2.3