Add yasfb to generate RSS feeds.

Set up yasfb to generate an RSS feed for approved specs.
yasfb is used by all spec projects to generate RSS feeds.

Change-Id: I576b64f8e0e1116091e51de42e560acfc2fd1fc6
This commit is contained in:
songwenping 2020-08-29 17:58:01 +08:00 committed by Wenping Song
parent 8752d94e99
commit 8c6c1c50a7
2 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,4 @@
sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-seqdiag>=0.8.4 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
yasfb>=0.5.1

View File

@ -25,8 +25,13 @@ extensions = [
'openstackdocstheme',
#'sphinx.ext.intersphinx',
'sphinxcontrib.seqdiag',
'yasfb',
]
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/cyborg-specs'
feed_author = 'OpenStack Development 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