summaryrefslogtreecommitdiffstats
path: root/debian/patches/0002-docs-disable-sphinxcontrib.log_cabinet.patch
blob: e83c84fd52d6c377872116152608dad209e6ad4f (plain)
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?Piotr_O=C5=BCarowski?= <piotr@debian.org>
Date: Thu, 2 Apr 2020 13:41:14 +0200
Subject: docs: disable sphinxcontrib.log_cabinet

it's not packaged in Debian yet
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index f65d462..43bcfda 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,7 +15,7 @@ extensions = [
     "sphinx.ext.autodoc",
     "sphinx.ext.intersphinx",
     "pallets_sphinx_themes",
-    "sphinxcontrib.log_cabinet",
+    # "sphinxcontrib.log_cabinet",
     "sphinx_issues",
 ]
 autodoc_typehints = "description"