Package: flower / 0.7.0+dfsg-1

disable-sphinx-extensions.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable sphinxcontrib.fulltoc and sphinxcontrib.autohttp.tornado
 extensions (they are not available in Debian)
Author: Benjamin Drung <benjamin.drung@profitbricks.com>

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -33,9 +33,7 @@
 # ones.
 extensions = [
     'sphinx.ext.intersphinx',
-    'sphinxcontrib.fulltoc',
     'sphinxcontrib.httpdomain',
-    'sphinxcontrib.autohttp.tornado',
 ]
 
 templates_path = ['_templates']