summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2013-10-30 23:51:58 +0100
committerAntoine Musso <hashar@free.fr>2013-11-07 17:34:07 +0100
commit3a43e14bda52ce187d8fbb6371aa64dada6e3923 (patch)
tree0ac54d01134b8dc484086eff66b33041833aac16 /test-requirements.txt
parent526926a5ab40d6cce80801a867c39f0c0474e264 (diff)
downloadzuul-3a43e14bda52ce187d8fbb6371aa64dada6e3923.tar.gz
Doc: enhance gating reference with diagrams
ASCII art is fun but not savvy for project managers and directors. This patch slightly enhance the 'gating' documentation with colored diagrams. This is made possible via http://blockdiag.com/ by Takeshi KOMIYA who even took the time to write a sphinx extension. The version dependency is at the very least 0.5.5, but might be higher :/ Change-Id: Ibe3c2674a5dff2114c40a84ffdec8a8886b1b21b
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b220203ee..90d4934a3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,6 +2,7 @@ hacking>=0.5.6,<0.8
coverage>=3.6
sphinx>=1.1.2
+sphinxcontrib-blockdiag>=0.5.5
docutils==0.9.1
discover
fixtures>=0.3.14