35a773a863
We set a sphinx_build_dir already on jobs. Make write-root-marker, prepare-docs-for-afs and prepare-infra-docs-for-afs honor it by default. Change-Id: I7c3d578a00a4aa4c9e175f5f83e3171c6f6a4a61
18 lines
503 B
ReStructuredText
18 lines
503 B
ReStructuredText
Prepare built OpenStack docs to be published to the OpenStack AFS cell.
|
|
|
|
.. zuul:rolevar:: sphinx_build_dir
|
|
:default: doc/build
|
|
|
|
Directory relative to zuul_work_dir where Sphinx build output was put.
|
|
|
|
.. zuul:rolevar:: zuul_work_dir
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
Directory to build documentation in.
|
|
|
|
.. zuul:rolevar:: doc_toplevel_dir
|
|
:default: doc
|
|
|
|
Directory where the documentation lives, the build documentation is
|
|
in a sub directory called build, by default doc/build.
|