From 270cf7dddc00e9db19faf388674c921a772d5bc2 Mon Sep 17 00:00:00 2001 From: Kaifeng Wang Date: Fri, 12 Apr 2019 15:11:36 +0800 Subject: [PATCH] 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 --- doc/source/conf.py | 9 ++------- requirements.txt | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e2fbcab..99471b2 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 + diff --git a/requirements.txt b/requirements.txt index 842fd8e..ce36d78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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