altdoc 0.7.0
0.7.0
New features
-
When using
mkdocsas documentation generator, the Python virtual environment
to be used can now be set with the environment variableALTDOC_VENV. It
doesn't have to be.venv_altdoclocated at the project root anymore (#339). -
render_docs()now updates the filealtdoc/pkgdown.yml. This file was also
adapted so that it can be used by R-universe to display a link to the package
website (#344).
Bug fixes
- When using
mkdocsas documentation generator, changes in settings such as
overrides templates or CSS files are now correctly applied todocs/index.html.
Previously, it was required to manually delete the file and runrender_docs()
again (#337).
Misc
- Fix errors in CRAN checks occurring when Quarto isn't available on the system.