1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Nicolas Dandrimont <olasd@debian.org>
Date: Tue, 24 Apr 2018 17:48:52 +0200
Subject: Remove docs dependency on fulltoc extension
Forwarded: not-needed
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index c8537d7..a5c2797 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,7 +49,6 @@ extensions = [
'sphinx.ext.todo',
# 3rd party extensions
- 'sphinxcontrib.fulltoc',
'sphinx.ext.viewcode', # mainly to make sure layout works properly
# cloud's extensions
|