File: docs-Correct-section-for-generated-manpages.patch

package info (click to toggle)
sphinxcontrib-mermaid 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,760 kB
  • sloc: python: 691; javascript: 275; makefile: 24; sh: 17
file content (22 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
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 -------------------------------------------