diff --git a/doc/source/conf.py b/doc/source/conf.py index 53efd24..1132af9 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,9 +23,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/ceilometer-specs' +feed_author = 'OpenStack Ceilometer Team' + # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable diff --git a/requirements.txt b/requirements.txt index 8449520..823c2b4 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