1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Removed httpdomain sphinx ext
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-03-26
Index: designate/doc/source/conf.py
===================================================================
--- designate.orig/doc/source/conf.py
+++ designate/doc/source/conf.py
@@ -32,7 +32,6 @@ sys.path.insert(0, os.path.abspath('./')
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
- 'sphinxcontrib.httpdomain',
'ext.support_matrix',
'ext.custom_css',
'openstackdocstheme',
|