Enable not using conda for docs build

Signed-off-by: Michael Gielda <mgielda@antmicro.com>
This commit is contained in:
Michael Gielda 2020-11-06 15:42:21 +01:00
parent de673cb3b5
commit e6336c5038
1 changed files with 6 additions and 0 deletions

View File

@ -3,7 +3,13 @@
DOCSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
TOPDIR := $(realpath $(DOCSDIR)/..)
ifndef NO_CONDA
include $(TOPDIR)/scripts/make/conda.mk
endif
ifdef NO_CONDA
IN_CONDA_ENV :=
CONDA_ENV_PYTHON :=
endif
SHELL = /bin/bash