Skip to content

correctly ignore _build directory #524

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sneakers-the-rat
Copy link
Contributor

Fixes: #523

previously the _build directory was not being correctly ignored by sphinx-autobuild because the glob *'s being added to the front and back of the ignored directory aren't compatible with how sphinx-autobuild does filtration. this prevents infinite builds and correctly ignores the whole _build directory.

@sneakers-the-rat sneakers-the-rat changed the title correctly ignore _build directory correctly ignore _build directory Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs-live-langs builds infinitely
1 participant