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"
|