Makefile: ZEPHYR_BASE is not needed anymore

Ever since we have Zephyr support as a CMake package, the
documentation build system does not need this environment variable to
work.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-03-31 11:52:42 -07:00 committed by Carles Cufí
commit 47f4a85d14

View file

@ -2,10 +2,6 @@
# Top level makefile for documentation build # Top level makefile for documentation build
# #
ifndef ZEPHYR_BASE
$(error The ZEPHYR_BASE environment variable must be set)
endif
BUILDDIR ?= doc/_build BUILDDIR ?= doc/_build
DOC_TAG ?= development DOC_TAG ?= development
SPHINXOPTS ?= -q SPHINXOPTS ?= -q