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

Ignore autosummary generated files to detect changes #154

Open
plutonium-239 opened this issue Apr 14, 2024 · 1 comment
Open

Ignore autosummary generated files to detect changes #154

plutonium-239 opened this issue Apr 14, 2024 · 1 comment

Comments

@plutonium-239
Copy link

Hello, I use autosummary with basic templating to create pages for each class in a submodule. Using s[hinx-autobuild has definitely made my life easier!
However, on making changes to the template, all autosummary generated pages are re-generated, thus causing sphinx-autobuild to build the docs multiple times, one for each generated file.

Is there a way to detect which files are generated by autosummary/other related extensions and not watch them for changes?

I can also contribute to this, I just want to know in which direction to look.

@AVHopp
Copy link

AVHopp commented May 8, 2024

I would also be very interested in this, since I have the problem of sphinx-autobuild repeatedly re-building the documentation on a single change that is made to the source code repository that I watch. To me, it feels like this might happen due to the same issue since I also use autosummary and sphinx-autobuild always claims to find changes.

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

3 participants