Compare commits
	
		
			1 Commits
		
	
	
		
			disable_pd
			...
			fix-dev-gu
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b4ea770254 | 
@ -128,7 +128,11 @@ html_copy_source = False
 | 
				
			|||||||
latex_documents = [
 | 
					latex_documents = [
 | 
				
			||||||
{%- if doc_type %}
 | 
					{%- if doc_type %}
 | 
				
			||||||
    ('index',
 | 
					    ('index',
 | 
				
			||||||
 | 
					    {%- if doc_type == 'dev' %}
 | 
				
			||||||
 | 
					     '{{ service_type }}-dev-guide.tex',
 | 
				
			||||||
 | 
					    {%- else %}
 | 
				
			||||||
     '{{ service_type }}-{{ doc_type }}.tex',
 | 
					     '{{ service_type }}-{{ doc_type }}.tex',
 | 
				
			||||||
 | 
					    {% endif -%}
 | 
				
			||||||
     u'{{ title }}',
 | 
					     u'{{ title }}',
 | 
				
			||||||
     u'OpenTelekomCloud', 'manual'),
 | 
					     u'OpenTelekomCloud', 'manual'),
 | 
				
			||||||
{% endif -%}
 | 
					{% endif -%}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user