diff --git a/doc/source/conf.py b/doc/source/conf.py index 257f4d6..a9032aa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,8 +31,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/qa-specs' +feed_author = 'OpenStack QA Team' + # Optionally allow the use of sphinxcontrib.spelling to verify the # spelling of the documents. try: diff --git a/requirements.txt b/requirements.txt index 79535bc..27d0dac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ pbr>=0.6,!=0.7,<1.0 oslosphinx sphinx>=1.1.2,!=1.2.0,<1.3 argparse +yasfb>=0.5.1