doc: allow env var to ovveride sphinx defaults

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-03-05 11:03:27 -05:00
parent 24a532dcc2
commit e221d227e3
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F
2 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@
# #
# 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 = _build BUILDDIR = _build
# User-friendly check for sphinx-build # User-friendly check for sphinx-build

View File

@ -2,9 +2,9 @@
# #
# 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 = _build BUILDDIR = _build
# User-friendly check for sphinx-build # User-friendly check for sphinx-build