Skip to content

Commit

Permalink
Refactor make file
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbachcedric committed Jun 16, 2024
1 parent 8fa41d6 commit 2cd9194
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 @@ -4,7 +4,7 @@ format:
pre-commit run --all-files

execute-notebooks:
jupyter nbconvert --execute --to notebook --inplace docs/*/*.ipynb --ExecutePreprocessor.timeout=-1
jupyter nbconvert --execute --to notebook --inplace docs/*/*/*.ipynb --ExecutePreprocessor.timeout=-1

doc:
(cd benchmarks && python render.py)
Expand Down

0 comments on commit 2cd9194

Please sign in to comment.