We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#2797 introduced an error in build_quarto_articles() when trying to build quarto articles with bootstrap < 5
build_quarto_articles()
But build_quarto_articles() is called unconditionally in build_articles():
build_articles()
pkgdown/R/build-articles.R
Lines 196 to 225 in 8d9cba1
This means that all packages using bootstrap < 5, even if they don't use quarto, get this error.
The text was updated successfully, but these errors were encountered:
Delay check on bs version for building quarto articles
8be8a57
Fix r-lib#2802
Successfully merging a pull request may close this issue.
#2797 introduced an error in
build_quarto_articles()
when trying to build quarto articles with bootstrap < 5But
build_quarto_articles()
is called unconditionally inbuild_articles()
:pkgdown/R/build-articles.R
Lines 196 to 225 in 8d9cba1
This means that all packages using bootstrap < 5, even if they don't use quarto, get this error.
The text was updated successfully, but these errors were encountered: