diff --git a/doc/source/conf.py b/doc/source/conf.py index 5bbeeba..2275375 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,8 +33,13 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'oslosphinx', + 'yasfb', ] +# Feed configuration for yasfb +feed_base_url = 'http://specs.openstack.org/openstack/barbican-specs' +feed_author = 'OpenStack Barbican 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 c945bea..edbc0fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ sphinx>=1.1.2,<1.2 sphinx_rtd_theme testrepository>=0.0.18 testtools>=0.9.34 +yasfb>=0.5.1