diff --git a/doc/source/conf.py b/doc/source/conf.py index 3163be4..16d8f13 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -24,9 +24,14 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', - 'oslosphinx' + 'oslosphinx', + 'yasfb', ] +# Feed configuration for yasfb +feed_base_url = 'http://specs.openstack.org/openstack/oslo-specs' +feed_author = 'OpenStack Oslo 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 3b93aa4..4709f51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ pbr>=0.6,<1.0 oslosphinx sphinx>=1.1.2,!=1.2.0,<1.3 +yasfb>=0.5.0 +