Skip to content

Commit

Permalink
Fix deprecation of jupyter_execute_notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Dec 9, 2023
1 parent 7de1b52 commit 6f45f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -230,7 +230,7 @@
shutil.copytree("../../examples", "_examples", )
shutil.rmtree("_examples/demonstration")

jupyter_execute_notebooks = "off"
nb_execution_mode = "off"

# sphinx-panels shouldn't add bootstrap css since the pydata-sphinx-theme
# already loads it
Expand Down

0 comments on commit 6f45f0a

Please sign in to comment.