Skip to content

Commit

Permalink
try to always execute
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Nov 8, 2024
1 parent c8888b0 commit 5db2970
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ def setup(app):


# Modify this to not rerun the Jupyter notebook cells -- usually set by build_docs
nb_ex_default = ['always', 'auto', 'never'][0]
nb_ex = os.getenv('NBSPHINX_EXECUTE')
if not nb_ex: nb_ex = nb_ex_default
print(f'\n\nBuilding Jupyter notebooks with build option: {nb_ex}\n\n')
nbsphinx_execute = nb_ex
nbsphinx_execute = 'always'
nbsphinx_timeout = 300

# OpenSearch options
Expand Down

0 comments on commit 5db2970

Please sign in to comment.