File: 0002-Disconnect-sphinx-extdev-handler.patch

package info (click to toggle)
tpm2-pytss 3.0.0~rc0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,596 kB
  • sloc: python: 23,525; makefile: 15; sh: 15
file content (19 lines) | stat: -rw-r--r-- 628 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
From: Bastian Germann <bage@debian.org>
Date: Sat, 30 Dec 2023 12:29:12 +0100
Subject: Disconnect sphinx extdev handler

We do not need to cater to readthedocs quirks in Debian.
---
 docs/conf.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 1719324..354dd8c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -166,5 +166,3 @@ def builder_finished_handler(app, exception):
 # Hook the setup of readthedocs so we can hook into events as defined in:
 # - https://www.sphinx-doc.org/en/master/extdev/appapi.html
 #
-def setup(app):
-    app.connect("build-finished", builder_finished_handler)