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.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = ../dist
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
PAPER ?=
|
||||
BUILDDIR ?= ../dist
|
||||
# for cache, etc.
|
||||
_BUILDDIR = _build
|
||||
|
||||
|
|
Loading…
Reference in a new issue