docs: make varaibles environment-aware

There are all overwriting the environment, even the comment states
otherwise. Fixes it.
This commit is contained in:
matze 2020-09-23 20:29:47 +02:00
parent b6922508b9
commit 84a7818121
1 changed files with 4 additions and 4 deletions

View File

@ -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