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

[chore] Vendor mkdocs fonts; update docs dependencies #2789

Merged
merged 5 commits into from
Mar 29, 2024

Conversation

tsmethurst
Copy link
Contributor

@tsmethurst tsmethurst commented Mar 28, 2024

Description

If this is a code change, please include a summary of what you've coded, and link to the issue(s) it closes/implements.

If this is a documentation change, please briefly describe what you've changed and why.

Docs builds have been failing recently with mysterious python errors.

On closer inspection, it seems the errors result from a Google fonts error, whereby Roboto fonts couldn't be downloaded (presumably due to some CDN error).

This PR essentially "vendors" the fonts in question by storing them in the ./docs/.cache folder so that they don't need to be downloaded from the CDN on every build. This should prevent our builds from failing when Google fonts is having a whoopsie.

Also updates other docs dependencies to latest versions.

Checklist

Please put an x inside each checkbox to indicate that you've read and followed it: [ ] -> [x]

If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).

@tsmethurst tsmethurst changed the title [chore] Update docs dependencies [chore] Vendor mkdocs fonts; update docs dependencies Mar 28, 2024
@tsmethurst tsmethurst merged commit be259b1 into main Mar 29, 2024
3 checks passed
@tsmethurst tsmethurst deleted the docs_deps_update branch March 29, 2024 09:52
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.

1 participant