File: 0001-Disable-building-markdown-docs.patch

package info (click to toggle)
pdf2docx 0.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,876 kB
  • sloc: python: 6,843; makefile: 82; sh: 9
file content (22 lines) | stat: -rw-r--r-- 642 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: Elena ``of Valhalla'' Grandi <valhalla@debian.org>
Date: Wed, 25 Feb 2026 11:10:27 +0100
Description: Disable building markdown docs
 having it enabled, even if not used, requires a dependency not in Debian.
Forwarded: not-needed

---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 9515409..50b30bd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,6 @@ version = get_version('../version.txt')
 extensions = [
     'sphinxcontrib.apidoc',
     'sphinx_copybutton',
-    'sphinx_markdown_builder'
 ]
 
 markdown_http_base = "https://pdf2docx.readthedocs.io/en/latest/markdown"