File: 0002-dont-include-buildpath-in-docs.patch

package info (click to toggle)
pysdl2 0.9.9%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,276 kB
  • sloc: python: 18,592; makefile: 148; sh: 40
file content (22 lines) | stat: -rw-r--r-- 628 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: =?utf-8?q?H=C3=A5vard_Flaget_Aasen?= <haavard_aasen@yahoo.no>
Date: Mon, 28 Dec 2020 18:59:48 +0100
Subject: don't include buildpath in docs

Forwarded: not-needed
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 90b1acd..8ad9468 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -30,7 +30,7 @@ extensions = ['sphinx.ext.todo',
               'sphinx.ext.inheritance_diagram'
               ]
 
-todo_include_todos = True
+#todo_include_todos = True
 graphviz_output_format = 'png'
 
 # Add any paths that contain templates here, relative to this directory.