Skip to content

Commit

Permalink
CI: enabling rendering execution for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Aug 27, 2024
1 parent 7904008 commit 7ab0bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

# Myst-NB configuration
nb_execution_timeout = 900
#nb_execution_excludepatterns = ['multiband_photometry.md']

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

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ commands =
pip freeze

buildhtml: git clone --depth 1 https://github.com/nasa-fornax/fornax-documentation.git documentation
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=off -nT --keep-going
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nT --keep-going

skip_install = true

0 comments on commit 7ab0bd7

Please sign in to comment.