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