forked from ungleich-public/cdist
		
	docs: make varaibles environment-aware
There are all overwriting the environment, even the comment states otherwise. Fixes it.
This commit is contained in:
		
					parent
					
						
							
								b6922508b9
							
						
					
				
			
			
				commit
				
					
						84a7818121
					
				
			
		
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -2,10 +2,10 @@
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# You can set these variables from the command line.
 | 
					# You can set these variables from the command line.
 | 
				
			||||||
SPHINXOPTS    =
 | 
					SPHINXOPTS   ?=
 | 
				
			||||||
SPHINXBUILD   = sphinx-build
 | 
					SPHINXBUILD  ?= sphinx-build
 | 
				
			||||||
PAPER         =
 | 
					PAPER        ?=
 | 
				
			||||||
BUILDDIR      = ../dist
 | 
					BUILDDIR     ?= ../dist
 | 
				
			||||||
# for cache, etc.
 | 
					# for cache, etc.
 | 
				
			||||||
_BUILDDIR     = _build
 | 
					_BUILDDIR     = _build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue