From 5fb8c3eb8867b3f715c5ac6a6b1a91f8191f71e3 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 16 Mar 2016 12:26:34 -0500 Subject: [PATCH] Stop checking for blueprints We survived without this for the mitaka release so just remove it. Change-Id: Iae666f09d88d7b47a8eb1192a4f6af7ab8e77506 --- doc/source/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e05fd26..9dc2d76 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'