Skip to content

Commit efedb6a

Browse files
committed
makefile typo 2
1 parent cc18cf2 commit efedb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ALL_NOTEBOOKS := $(shell python .github/get_modified_tutorials.py --main-branch
1313
ALL_RQT_PATHS := $(foreach var,$(ALL_NOTEBOOKS),$(addsuffix requirements.txt,$(dir $(var))))
1414

1515
FLAGS = --flatten --build-path=. -v
16-
CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutputPreprocessor --index-template=templates/index.tpl --overwrite=true
16+
CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutputPreprocessor --index-template=templates/index.tpl --overwrite
1717

1818
init:
1919
python -m pip install -U -r requirements-dev.txt

0 commit comments

Comments
 (0)