mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Allowed overriding variables in docs/Makefile.
This commit is contained in:
		| @@ -2,11 +2,11 @@ | ||||
| # | ||||
|  | ||||
| # You can set these variables from the command line. | ||||
| SPHINXOPTS    = | ||||
| SPHINXBUILD   = sphinx-build | ||||
| PAPER         = | ||||
| BUILDDIR      = _build | ||||
| LANGUAGE      = | ||||
| SPHINXOPTS    ?= | ||||
| SPHINXBUILD   ?= sphinx-build | ||||
| PAPER         ?= | ||||
| BUILDDIR      ?= _build | ||||
| LANGUAGE      ?= | ||||
|  | ||||
| # Internal variables. | ||||
| PAPEROPT_a4     = -D latex_paper_size=a4 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user