1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Martina Ferrari <tina@debian.org>
Date: Mon, 30 May 2022 16:38:53 +0200
Subject: docs: Correct section for generated manpages
---
docs/conf.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 31dfc95..1214f4b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -138,8 +138,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [(master_doc, "sphinxcontrib-mermaid", "sphinxcontrib-mermaid documentation", [author], 1)]
-
+man_pages = [(master_doc, "sphinxcontrib-mermaid", "sphinxcontrib-mermaid documentation", [author], 3)]
# -- Options for Texinfo output -------------------------------------------
|