Skip to content

Commit

Permalink
Update conf.py to fix Readthedocs build (#226)
Browse files Browse the repository at this point in the history
Updates nbsphinx so it does not try to use local kernel; instead uses readthedocs kernel
  • Loading branch information
tpike3 authored Aug 18, 2024
1 parent fc7dfaf commit c761c93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 35 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,14 @@

# If true, keep warnings as "system message" paragraphs in the built documents.
# keep_warnings = False
# --- Options for nbsphinx -----------------------------------------------

# prevents cell run time taking too long
nb_execution_timeout = 60
# uses cached information
nb_execution_mode = "cache"
# ensures there is not a conflict if user has multiple kernels
nbsphinx_kernel_name = 'python-upstream-dev'

# -- Options for HTML output ----------------------------------------------

Expand Down
35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

0 comments on commit c761c93

Please sign in to comment.