From ef0cc0b81663798fe7ab4db5d77dfb81d95fc8a5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Apr 2015 14:48:39 +0200 Subject: [PATCH] Remove unused blockdiag requirement The requirement blockdiag is not used in the FirstApp, remove it. Change-Id: I87c0503e4897c38b33034f0b2310359f16708a37 --- openstack-firstapp/doc/source/conf.py | 1 - test-requirements.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/openstack-firstapp/doc/source/conf.py b/openstack-firstapp/doc/source/conf.py index e0dcfa715..83584418c 100644 --- a/openstack-firstapp/doc/source/conf.py +++ b/openstack-firstapp/doc/source/conf.py @@ -33,7 +33,6 @@ import openstackdocstheme extensions = [ 'sphinx.ext.todo', 'sphinx.ext.ifconfig', - 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag', 'sphinx.ext.graphviz', 'sphinx.ext.todo' diff --git a/test-requirements.txt b/test-requirements.txt index 717f748be..a09e7f79a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,6 +8,4 @@ Pygments sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 openstackdocstheme>=1.0.7 nwdiag -blockdiag -sphinxcontrib-blockdiag sphinxcontrib-nwdiag