fixed doc/Makefile typo
It wasn't properly referencing existing PYTHONPATH. Makefile syntax is $(var_name), not $var_name.
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
 | 
			
		||||
# You can set these variables from the command line.
 | 
			
		||||
SPHINXOPTS    =
 | 
			
		||||
SPHINXBUILD   = PYTHONPATH=../:$PYTHONPATH sphinx-build
 | 
			
		||||
SPHINXBUILD   = PYTHONPATH=../:$(PYTHONPATH) sphinx-build
 | 
			
		||||
PAPER         =
 | 
			
		||||
 | 
			
		||||
# Internal variables.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user