Ensure sphinx build output is collected

Debugging issues related to doc generation is very difficult without
access to sphinx logs. This review pushes sphinx_build.log into
{{ artcl_collect_dir }}/docs which will be consumed with all other
log files by the publishes.

Change-Id: I1c99187f952e92f6a1d89c5f7fadb99e21541e8e
This commit is contained in:
Harry Rybacki 2017-01-18 14:09:33 -05:00
parent 9ad26eab28
commit 139cb35438
1 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@
- name: Build docs with Sphinx
shell: >
sphinx-build -b html "{{ artcl_docs_source_dir }}" \
"{{ artcl_docs_build_dir }}" &> "{{ local_working_dir }}/sphinx_build.log"
sphinx-build -b html "{{ artcl_docs_source_dir }}"
"{{ artcl_docs_build_dir }}" &> "{{ artcl_collect_dir }}/docs/sphinx_build.log"