Fix wrong paths for api-guide/api-ref

REmove wrong /doc/ from path.

Change-Id: Ia5055e0a8dc4936f32049d44700a217b2f86a209
This commit is contained in:
Andreas Jaeger
2017-10-16 16:51:51 +02:00
parent caaefa51f4
commit 1c8d617091
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
roles:
- fetch-tox-output
- role: write-root-marker
root_marker_dir: "src/{{ zuul.project.canonical_name }}/api-guide/doc/build/html"
root_marker_dir: "src/{{ zuul.project.canonical_name }}/api-guide/build/html"
- role: fetch-sphinx-output
sphinx_output_src: "{{ zuul.project.src_dir }}/api-guide/doc/build/html"
sphinx_output_src: "{{ zuul.project.src_dir }}/api-guide/build/html"
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
- hosts: localhost

View File

@ -2,9 +2,9 @@
roles:
- fetch-tox-output
- role: write-root-marker
root_marker_dir: "src/{{ zuul.project.canonical_name }}/api-ref/doc/build/html"
root_marker_dir: "src/{{ zuul.project.canonical_name }}/api-ref/build/html"
- role: fetch-sphinx-output
sphinx_output_src: "{{ zuul.project.src_dir }}/api-ref/doc/build/html"
sphinx_output_src: "{{ zuul.project.src_dir }}/api-ref/build/html"
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
- hosts: localhost