Disable PDF rendering on services without documents #290
@ -44,6 +44,7 @@ commands =
 | 
			
		||||
  {[testenv:json-{{ doc.type }}]commands}
 | 
			
		||||
{%- endfor %}
 | 
			
		||||
 | 
			
		||||
{% if docs|length > 0 %}
 | 
			
		||||
[testenv:pdf-docs]
 | 
			
		||||
deps =
 | 
			
		||||
  {[testenv:docs]deps}
 | 
			
		||||
@ -67,6 +68,7 @@ commands =
 | 
			
		||||
  {[testenv:{{ doc.type }}-pdf-docs]commands}
 | 
			
		||||
{%- endif %}
 | 
			
		||||
{%- endfor %}
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% for doc in docs -%}
 | 
			
		||||
{% set loc = doc.rst_location | replace('/source', '') %}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user