Removed empty space
All checks were successful
gl/check check status: success (51954e7257893e1fe81133daa16a3dad869f0335)
All checks were successful
gl/check check status: success (51954e7257893e1fe81133daa16a3dad869f0335)
This commit is contained in:
@ -69,10 +69,10 @@ allowlist_externals =
|
|||||||
commands =
|
commands =
|
||||||
sphinx-build -W --keep-going -b html {{ loc }}/source doc/build/html_temp/{{ doc.type }}
|
sphinx-build -W --keep-going -b html {{ loc }}/source doc/build/html_temp/{{ doc.type }}
|
||||||
sphinx-minify --input-directory doc/build/html_temp/{{ doc.type }} --output-directory doc/build/html/{{ doc.type }}
|
sphinx-minify --input-directory doc/build/html_temp/{{ doc.type }} --output-directory doc/build/html/{{ doc.type }}
|
||||||
{%- if doc.type == 'dev-guide' %}
|
{%- if doc.type == 'dev-guide' %}
|
||||||
mkdir -p dev_guide/build/html
|
mkdir -p dev_guide/build/html
|
||||||
cp -av doc/build/html/dev-guide dev_guide/build/html
|
cp -av doc/build/html/dev-guide dev_guide/build/html
|
||||||
{%- else %}
|
{%- else %}
|
||||||
mkdir -p {{ doc.type }}/build/html
|
mkdir -p {{ doc.type }}/build/html
|
||||||
cp -av doc/build/html/{{ doc.type }} {{ doc.type }}/build/html
|
cp -av doc/build/html/{{ doc.type }} {{ doc.type }}/build/html
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
@ -89,10 +89,10 @@ commands =
|
|||||||
# Drop data useless for the search - wrap it also with sh/xargs due to bugs
|
# Drop data useless for the search - wrap it also with sh/xargs due to bugs
|
||||||
# in tox
|
# in tox
|
||||||
sh -c "find doc/build/json -type d -and '(' -name '_images' -or -name '_static' -or -name '_sources' ')' -print0 | xargs -0 rm -rf"
|
sh -c "find doc/build/json -type d -and '(' -name '_images' -or -name '_static' -or -name '_sources' ')' -print0 | xargs -0 rm -rf"
|
||||||
{%- if doc.type == 'dev-guide' %}
|
{%- if doc.type == 'dev-guide' %}
|
||||||
mkdir -p dev_guide/build/json
|
mkdir -p dev_guide/build/json
|
||||||
cp -av doc/build/json/dev-guide dev_guide/build/json
|
cp -av doc/build/json/dev-guide dev_guide/build/json
|
||||||
{%- else %}
|
{%- else %}
|
||||||
mkdir -p {{ doc.type }}/build/json
|
mkdir -p {{ doc.type }}/build/json
|
||||||
cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
|
cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
Reference in New Issue
Block a user