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

Explore why notebook integration into sphinx causes the warning misc.copy_overwrite #398

Open
pc532627 opened this issue Sep 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pc532627
Copy link
Contributor

pc532627 commented Sep 5, 2024

What's the problem?

We currently incorporate notebook output directly into the Sphinx documentation (PR #295). This has however led to Sphinx
raising a warning: misc.copy_overwrite for each notebook in the repo when they are copied. It is unclear what the issue is as altering the copying behavior of files inside of confutils does not seem to have any impact on the warning. We should investigate what is causing this and no longer ignore the error when addressed.

How can we reproduce the issue?

Build the documentation including the changes made on PR #295

Python version

No response

Package version

No response

Operating system

No response

Other packages

No response

Relevant log output

No response

@pc532627 pc532627 added bug Something isn't working new Something yet to be discussed by development team labels Sep 5, 2024
@bc294725
Copy link

might be closed by #295

@tp832944 tp832944 removed the new Something yet to be discussed by development team label Oct 7, 2024
@pc532627
Copy link
Contributor Author

pc532627 commented Oct 7, 2024

This is not closed by #295 - the warning has been disabled in that PR, but we need to work out why Sphinx raises it for notebooks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants