Package: pysdl2 / 0.9.7+dfsg1-1

0002-dont-include-buildpath-in-docs.patch Patch series | 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 a332244..e6ce0ce 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.