diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-12-16 10:15:29 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-12-16 10:15:29 -0800 |
commit | 7eccb6854728bd6bd89d4c04bbe66adbf3245b59 (patch) | |
tree | c9b9d8fa6b5f85f5f31f99763565e8bcbef54eef /etc | |
parent | 6b9c68c3b2e571b2fd627cb30d240e6c9400b034 (diff) |
Pin sphinxcontrib-blockdiag version
We need to use sphinxcontrib-blockdiag 1.5.5 for now
as it was the last working version compatible with the
rest of our tools
Issue-ID: DOC-576
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Iac4c9d588f0876408bd0a646b541c0fd5f8f6c55
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 35ddb192b..d75e59dee 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,11 +1,11 @@ tox -Sphinx==2.3.0 +Sphinx doc8 docutils setuptools six sphinx_rtd_theme>=0.4.3 -sphinxcontrib-blockdiag +sphinxcontrib-blockdiag==1.5.5 sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag sphinxcontrib-seqdiag |