Skip to content

Commit

Permalink
fix examples to run on cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhirwa committed Dec 11, 2024
1 parent 77ae575 commit 9775ebb
Show file tree
Hide file tree
Showing 2 changed files with 788 additions and 205 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,8 @@ def setup(app: Sphinx):
suppress_warnings = [
"autosummary.import_cycle",
]

# -----------nbsphinx extension ----------
nbsphinx_execute = "never" # always
nbsphinx_allow_errors = False # False
nbsphinx_timeout = 600 # seconds
Loading

0 comments on commit 9775ebb

Please sign in to comment.