1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org>
Date: Mon, 14 May 2018 14:50:56 +0200
Subject: Don't require sphinxcontrib.log_cabinet extension
Forwarded: not-needed
---
docs/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index af8adf0..970a65a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -16,9 +16,9 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
- "sphinxcontrib.log_cabinet",
- "sphinx_tabs.tabs",
"pallets_sphinx_themes",
+ "sphinx_issues",
+ "sphinx_tabs.tabs",
]
autodoc_member_order = "bysource"
autodoc_typehints = "description"
|