Skip to content

Commit

Permalink
makefile typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Oct 10, 2024
1 parent cc18cf2 commit efedb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ALL_NOTEBOOKS := $(shell python .github/get_modified_tutorials.py --main-branch
ALL_RQT_PATHS := $(foreach var,$(ALL_NOTEBOOKS),$(addsuffix requirements.txt,$(dir $(var))))

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

init:
python -m pip install -U -r requirements-dev.txt
Expand Down

0 comments on commit efedb6a

Please sign in to comment.