Package: pysdl2 / 0.9.17+dfsg-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 73a1949..d5d528a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -117,7 +117,7 @@ htmlhelp_basename = 'PySDL2doc'
 
 # -- Extension configuration -------------------------------------------------
 
-todo_include_todos = True
+todo_include_todos = False
 napoleon_google_docstring = True
 autodoc_member_order = 'bysource'
 graphviz_output_format = 'png'