Stop checking for blueprints

We survived without this for the mitaka release so just remove it.

Change-Id: Iae666f09d88d7b47a8eb1192a4f6af7ab8e77506
This commit is contained in:
Brant Knudson 2016-03-16 12:26:34 -05:00
parent ce6e345e33
commit 5fb8c3eb88
1 changed files with 0 additions and 4 deletions

View File

@ -37,12 +37,8 @@ extensions = [
#'sphinx.ext.intersphinx',
'oslosphinx',
'yasfb',
'oslosphinx.check_blueprints',
]
check_blueprints_release = 'liberty'
check_blueprints_project_group = 'oslo'
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/oslo-specs'
feed_author = 'OpenStack Oslo Team'