Don't use yasfb on readthedocs
Change-Id: Iacaa0e2166e2172e3e3f69ada3bb730c161e2844 Closes-bug: #1536972
This commit is contained in:
parent
6a6314d46d
commit
99973fdd68
@ -22,8 +22,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
|||||||
# Add any Sphinx extension module names here, as strings. They can be
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc'
|
||||||
'yasfb',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Don't use default openstack theme, for readthedocs
|
# Don't use default openstack theme, for readthedocs
|
||||||
@ -31,6 +30,7 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
|||||||
|
|
||||||
if not on_rtd:
|
if not on_rtd:
|
||||||
extensions.append('oslosphinx')
|
extensions.append('oslosphinx')
|
||||||
|
extensions.append('yasfb')
|
||||||
|
|
||||||
# Feed configuration for yasfb
|
# Feed configuration for yasfb
|
||||||
feed_base_url = 'http://specs.openstack.org/openstack/bareon'
|
feed_base_url = 'http://specs.openstack.org/openstack/bareon'
|
||||||
|
Loading…
Reference in New Issue
Block a user