diff options
author | Rich Bennett <rb2745@att.com> | 2017-09-29 17:15:30 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-29 17:19:00 -0400 |
commit | 79a88c73eb95c3b96b8c27d36a3f007573b398c4 (patch) | |
tree | 8a901813a72eafbbb05a7f6226977d70d4120c26 /etc | |
parent | 48f37f58f07544a202bdb4343d049d9f32c56431 (diff) |
Allow multiple sphinx-build threads on verify job
Add branch and ignore value on all submodules
Remove duplicate httpdomain requirement
Issue-ID: DOC-93
Change-Id: I129e288b2d6825ef21efe48acfb5df2c2ffc8bdb
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 66f761074..35f9168f4 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -9,5 +9,4 @@ sphinxcontrib-blockdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml -sphinxcontrib-httpdomain sphinx_bootstrap_theme>=0.4.11 |