Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken code cells in online docs #733

Open
3 of 4 tasks
rafmudaf opened this issue Nov 8, 2023 · 1 comment
Open
3 of 4 tasks

Broken code cells in online docs #733

rafmudaf opened this issue Nov 8, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@rafmudaf
Copy link
Collaborator

rafmudaf commented Nov 8, 2023

Notebooks in the documentation have failing code cells but no error was raised in GH Actions

A couple of Jupyter Notebooks used to create the online documentation have failing code cells:

More problematic is that GitHub Actions did not end with a failure when these breaking changes were introduced, so we were made aware much later.

The follow sequential steps are required to resolve this issue:

How to reproduce

The broken code cells can be seen in the live docs:

Floris version

The documentation builds from the develop branch.

@RHammond2
Copy link
Collaborator

RHammond2 commented Nov 14, 2023

@rafmudaf, this configuration may help, but I'm not entirely sure how it translates to the jupyter-book build process. Specifically, nb_execution_raise_on_error=True in conf.py doesn't have a translation in https://jupyterbook.org/en/stable/customize/config.html under the execute configurations.
https://myst-nb.readthedocs.io/en/latest/computation/execute.html#error-reporting-warning-vs-failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants