Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Oct 17, 2021
1 parent 62bd708 commit 8676283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def make_task(dag, rel_path_in, rel_path_out, base_path):
dag,
kernelspec_name='python3',
name=name,
local_execution=True)
local_execution=True,
static_analysis=False)


def remove_with_tag(nb, tag):
Expand Down

0 comments on commit 8676283

Please sign in to comment.