Don't use yasfb on readthedocs

Change-Id: Iacaa0e2166e2172e3e3f69ada3bb730c161e2844
Closes-bug: #1536972
This commit is contained in:
Evgeniy L 2016-02-05 13:12:59 +03:00
parent 6a6314d46d
commit 99973fdd68
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'yasfb',
'sphinx.ext.autodoc'
]
# Don't use default openstack theme, for readthedocs
@ -31,6 +30,7 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd:
extensions.append('oslosphinx')
extensions.append('yasfb')
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/bareon'