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

package info (click to toggle)
pysdl2 0.9.17%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,600 kB
  • sloc: python: 24,691; makefile: 36; sh: 8
file content (22 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
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'