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

Deprecated behavior being used in manual #1231

Closed
molpopgen opened this issue Nov 11, 2023 · 1 comment
Closed

Deprecated behavior being used in manual #1231

molpopgen opened this issue Nov 11, 2023 · 1 comment

Comments

@molpopgen
Copy link
Owner

Here, for example.

Are we building the manual with warnings? (Yes, using -W, which means it should error out)
Are we building the manual with deprecation warnings? Seems to be b/c it shows up on that page.
So, why isn't this being treated as an error in CI when building the docs?

@molpopgen
Copy link
Owner Author

Aha, we need to have the config file read:

execute:
  execute_notebooks: force
  stderr_output: error

The last line will treat the presence of stderr in a cell as an error.

@molpopgen molpopgen added this to the 0.21.x series milestone Nov 11, 2023
molpopgen added a commit that referenced this issue Nov 11, 2023
* Add stderr_output: error to doc/config.yml

Closes #1231
molpopgen added a commit that referenced this issue Nov 11, 2023
* Add stderr_output: error to doc/config.yml

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

No branches or pull requests

1 participant