Merge branch 'fix/docs-makefile' into 'master'
docs: make varaibles environment-aware See merge request ungleich-public/cdist!937
This commit is contained in:
commit
8ab1b6a03d
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…
Reference in a new issue