activate that pdf jobs are visible in tox.ini without activating them
This commit is contained in:
		@ -107,7 +107,6 @@ commands =
 | 
				
			|||||||
  cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
 | 
					  cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
 | 
				
			||||||
{%- endif %}
 | 
					{%- endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if doc.pdf_enabled -%}
 | 
					 | 
				
			||||||
# PDF version
 | 
					# PDF version
 | 
				
			||||||
[testenv:{{ doc.type }}-pdf-docs]
 | 
					[testenv:{{ doc.type }}-pdf-docs]
 | 
				
			||||||
deps = {[testenv:docs]deps}
 | 
					deps = {[testenv:docs]deps}
 | 
				
			||||||
@ -126,7 +125,6 @@ commands =
 | 
				
			|||||||
  make -C {{ loc }}/build/pdf
 | 
					  make -C {{ loc }}/build/pdf
 | 
				
			||||||
  mkdir -p doc/build/pdf
 | 
					  mkdir -p doc/build/pdf
 | 
				
			||||||
  cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
 | 
					  cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
{% endfor %}
 | 
					{% endfor %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:bindeps]
 | 
					[testenv:bindeps]
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user