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-27
--- murano-11.0.0~rc1.orig/doc/source/conf.py
+++ murano-11.0.0~rc1/doc/source/conf.py
@@ -39,8 +39,7 @@ extensions = ['sphinx.ext.autodoc',
'oslo_config.sphinxext',
'oslo_policy.sphinxext',
'oslo_policy.sphinxpolicygen',
- 'sphinx.ext.viewcode',
- 'sphinxcontrib.httpdomain',]
+ 'sphinx.ext.viewcode',]
if not on_rtd:
extensions.append('openstackdocstheme')
|