Skip to content

Commit

Permalink
DOC: set nbshpinx_execute to auto
Browse files Browse the repository at this point in the history
Note: the goal of this change is to avoid computing the
examples twice due to pdf generation
  • Loading branch information
SMoraisAnsys committed Feb 23, 2024
1 parent 2e4bab9 commit 7718e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def setup(app):
pygments_style = "sphinx"

# Execute notebooks before conversion
nbsphinx_execute = "always"
nbsphinx_execute = "auto"

# Allow errors to help debug.
nbsphinx_allow_errors = False
Expand Down

0 comments on commit 7718e34

Please sign in to comment.