Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@

# myst-nb configuration
nb_execution_mode = "cache"
nb_execution_timeout = 180
# Generating the logo animation (logo.md) takes ~3 minutes on Read the Docs
# builders, which intermittently exceeded the previous 180 s limit.
nb_execution_timeout = 600
nb_execution_raise_on_error = True


Expand Down
Loading