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

fix recursive doc build #527

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

tukss
Copy link
Contributor

@tukss tukss commented Jun 17, 2024

Our documentation build kept recursively ingesting the doc/build directory, which made everything slow down with every build.

The reason was a missing comma in exclude_patterns. That caused the two adjacent strings to be merged and prevented doc/build from being excluded.

Now subsequent builds are instant if nothing has changed.

Our documentation build kept recursively ingesting the `doc/build`
directory, which made everything slow down with every build.

The reason was a missing comma in exclude_patterns. That caused the
two adjacent strings to be merged and prevented `doc/build` from being
excluded.

Now subsequent builds are instant if nothing has changed.
@gassmoeller gassmoeller merged commit ca2f909 into geodynamics:main Jun 17, 2024
2 of 7 checks passed
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.

2 participants