diff --git a/doc/source/conf.py b/doc/source/conf.py index f3be4ee7..ae21a6f3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -30,9 +30,14 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.viewcode', - 'oslosphinx' + 'oslosphinx', + 'yasfb', ] +# Feed configuration for yasfb +feed_base_url = 'http://specs.openstack.org/openstack/ironic-specs' +feed_author = 'OpenStack Ironic Team' + todo_include_todos = True # Add any paths that contain templates here, relative to this directory. diff --git a/requirements.txt b/requirements.txt index f23a1cf8..7d5e3155 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ pbr>=0.6,!=0.7,<1.0 sphinx>=1.1.2,<1.2 testrepository>=0.0.18 testtools>=0.9.34 +yasfb>=0.5.1