Conversation
05ba51d to
c69486a
Compare
a87523b to
c69486a
Compare
|
@nrichers I do still need approval for this as this fixes:
|
.Rmd in Quarto renders
Co-authored-by: Nik Richers <nik@validmind.ai>
Lighthouse check resultsShow Lighthouse scoresFolder depth level checked: 0 Commit SHA: 9e8833e Modify the workflow to check a different depth:
|
PR SummaryThis pull request updates the recommended Python version across multiple documentation files and notebooks from "Python 3.8 <= x <= 3.11" to "Python 3.8 <= x <= 3.14". The changes span several file formats including Quarto Markdown (.qmd), Jupyter Notebook (.ipynb), and R Markdown (.Rmd), ensuring consistency in the recommended Python version across the platform. Other functional modifications include:
These updates ensure that the documentation and code examples align with the supported Python version range and that licensing information is clearly propagated throughout the project. Test Suggestions
|
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
Pull Request Description
What and why?
This PR:
internalarchive & fixed any broken links to the old breaking changes and deprecations page.quartoignoreso that local renders of the site don't break thanks to the new.RmdquickstartsHow to test
gh pr checkout 1253cd sitequarto render --profile development— You should see no broken links or errors (refer to below).What needs special review?
Added a
.quartoignorein site (the root of our "project", not the root of the repo) to prevent the issues with the.Rmdfrom rendering as it was breaking local renders:documentation/.quartoignore
Line 1 in c69486a
It seemed to think I still needed to add the python-version to the
initcell manually, or update the ValidMind R package to accommodate a default version, etc. The GitHub render doesn't seem to choke so this was the easiest solution.Although, this fix works locally but doesn't seem to work on the runner. Grrrr...
Dependencies, breaking changes, and deployment notes
Relies on being merged in https://github.com/validmind/release-notes/pull/71.
Release notes
n/a
Checklist