Test removing yasfb extension

Currently this extension causes job failure, test whether yasfb is actually
required for generating a rss.xml in the gate.

Change-Id: Ibf1f3be40e0ecd5d80451ce93f7e296e21ad180e
This commit is contained in:
Kaifeng Wang 2019-04-12 15:11:36 +08:00
parent 110ec01268
commit 270cf7dddc
2 changed files with 2 additions and 8 deletions

View File

@ -24,14 +24,9 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
'yasfb',
'openstackdocstheme',
]
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/ironic-inspector'
feed_author = 'OpenStack Ironic Inspector Team'
exclude_patterns = [
]
@ -95,5 +90,5 @@ latex_documents = [
# openstackdocstheme options
repository_name = 'openstack/ironic-inspector-specs'
bug_project = 'ironic-inspector'
bug_tag = ''
use_storyboard = True

View File

@ -1,4 +1,3 @@
pbr!=2.1.0,>=2.0.0
sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
yasfb>=0.5.1