Fix issue with latex_documents
Reviewed-by: tischrei <tino.schreiber@t-systems.com> Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de> Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
This commit is contained in:
		@ -126,9 +126,9 @@ html_copy_source = False
 | 
			
		||||
 | 
			
		||||
# -- Options for PDF output --------------------------------------------------
 | 
			
		||||
latex_documents = [
 | 
			
		||||
{%- if pdf_name is defined %}
 | 
			
		||||
{%- if doc_type %}
 | 
			
		||||
    ('index',
 | 
			
		||||
     '{{ pdf_name }}.tex',
 | 
			
		||||
     '{{ service_type }}-{{ doc_type }}.tex',
 | 
			
		||||
     u'{{ title }}',
 | 
			
		||||
     u'OpenTelekomCloud', 'manual'),
 | 
			
		||||
{% endif -%}
 | 
			
		||||
 | 
			
		||||
@ -63,7 +63,7 @@ commands =
 | 
			
		||||
  wget -O {toxinidir}/_templates/tabular.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabular.tex.jinja
 | 
			
		||||
  wget -O {toxinidir}/_templates/tabulary.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabulary.tex.jinja
 | 
			
		||||
{%- for doc in docs %}
 | 
			
		||||
{%- if doc.pdf_name %}
 | 
			
		||||
{%- if doc.pdf_enabled %}
 | 
			
		||||
  {[testenv:{{ doc.type }}-pdf-docs]commands}
 | 
			
		||||
{%- endif %}
 | 
			
		||||
{%- endfor %}
 | 
			
		||||
@ -107,7 +107,7 @@ commands =
 | 
			
		||||
  cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
 | 
			
		||||
{%- endif %}
 | 
			
		||||
 | 
			
		||||
{% if doc.pdf_name -%}
 | 
			
		||||
{% if doc.pdf_enabled -%}
 | 
			
		||||
# PDF version
 | 
			
		||||
[testenv:{{ doc.type }}-pdf-docs]
 | 
			
		||||
deps = {[testenv:docs]deps}
 | 
			
		||||
@ -125,7 +125,7 @@ commands =
 | 
			
		||||
  bash -c "for f in {{ loc }}/build/pdf/*.tex; do sed -iorig 's/\.gif//g' $f; done"
 | 
			
		||||
  make -C {{ loc }}/build/pdf
 | 
			
		||||
  mkdir -p doc/build/pdf
 | 
			
		||||
  cp {{ loc }}/build/pdf/{{ doc.pdf_name }}.pdf doc/build/pdf/
 | 
			
		||||
  cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% endfor %}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user