Compare commits
	
		
			1 Commits
		
	
	
		
			enable_pdf
			...
			add_pdf_to
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a91dfe8b5b | 
@ -2,7 +2,7 @@
 | 
			
		||||
hc_location: api/css
 | 
			
		||||
html_location: docs/css/api-ref
 | 
			
		||||
link: /cloud-search-service/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: css
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
hc_location: bestpractice/css
 | 
			
		||||
html_location: docs/css/best-practice
 | 
			
		||||
link: /cloud-search-service/best-practice/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
rst_location: doc/best-practice/source
 | 
			
		||||
service_type: css
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
hc_location: usermanual/css
 | 
			
		||||
html_location: docs/css/umn
 | 
			
		||||
link: /cloud-search-service/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: css
 | 
			
		||||
 | 
			
		||||
@ -107,7 +107,6 @@ commands =
 | 
			
		||||
  cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
 | 
			
		||||
{%- endif %}
 | 
			
		||||
 | 
			
		||||
{% if doc.pdf_enabled -%}
 | 
			
		||||
# PDF version
 | 
			
		||||
[testenv:{{ doc.type }}-pdf-docs]
 | 
			
		||||
deps = {[testenv:docs]deps}
 | 
			
		||||
@ -126,7 +125,6 @@ commands =
 | 
			
		||||
  make -C {{ loc }}/build/pdf
 | 
			
		||||
  mkdir -p doc/build/pdf
 | 
			
		||||
  cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% endfor %}
 | 
			
		||||
 | 
			
		||||
[testenv:bindeps]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user