1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Remove httpdomain sphinx ext.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-03-23
Index: aodh/doc/source/conf.py
===================================================================
--- aodh.orig/doc/source/conf.py
+++ aodh/doc/source/conf.py
@@ -44,7 +44,6 @@ extensions = [
'oslo_config.sphinxext',
'oslo_policy.sphinxpolicygen',
'oslo_policy.sphinxext',
- 'sphinxcontrib.httpdomain',
]
config_generator_config_file = os.path.join(ROOT,
|