1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Remove wsmeext.sphinxext
Without this, building the doc fails.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2023-09-14
--- cloudkitty-19.0.0~rc1.orig/doc/source/conf.py
+++ cloudkitty-19.0.0~rc1/doc/source/conf.py
@@ -46,7 +46,6 @@ extensions = ['sphinx.ext.coverage',
'oslo_config.sphinxext',
'sphinx.ext.viewcode',
'oslo_config.sphinxconfiggen',
- 'wsmeext.sphinxext',
'sphinx.ext.autodoc',
'sphinxcontrib.pecanwsme.rest',
'sphinxcontrib.httpdomain',
@@ -59,7 +58,7 @@ extensions = ['sphinx.ext.coverage',
# Ignore the following warning: WARNING: while setting up extension
# wsmeext.sphinxext: directive 'autoattribute' is already registered,
# it will be overridden.
-suppress_warnings = ['app.add_directive']
+#suppress_warnings = ['app.add_directive']
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/cloudkitty'
|