diff options
author | Rich Bennett <rb2745@att.com> | 2019-05-15 10:55:24 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2019-05-15 10:58:18 -0400 |
commit | de0a783bcac79760a6f91d214748c98d7e151139 (patch) | |
tree | bb7e78a0e927fc6a6c15a8f7b75dc9d957ca9afc /tox.ini | |
parent | 4d4443e4723f9f343af31c2ba26784acda9184d2 (diff) |
Prepare master for dublin branch
Include all properties on git module reference
Complete the modeling/genericparser integration
Increase build threads
Change-Id: I8b103a1a80962e13597c5e5af03f327daf437efc
Issue-ID: DOC-467
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ skipsdist = true [testenv:docs] deps = -r{toxinidir}/etc/requirements.txt commands = - sphinx-build -j 1 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = echo |