Skip to content

Commit

Permalink
reset myst-nb config
Browse files Browse the repository at this point in the history
  • Loading branch information
samlamont committed Jan 13, 2025
1 parent 0e45fa1 commit a8b6fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _get_project_meta():

# -- MyST-NB options ---------------------------------------------------------
nb_execution_mode = "auto"
# nb_output_stderr = "remove-warn"
nb_output_stderr = "remove-warn"
myst_enable_extensions = [
"html_image"
]
Expand Down

0 comments on commit a8b6fc0

Please sign in to comment.