Documenter versions 0.27.6 - 0.27.11 have been released. Some highlights:
- Code blocks now have a copy button in the top right corner.
- Documenter now creates and maintains a top-level
index.htmlfile that redirects to the latest release (you might have noticed in the past that e.g.juliadocs.github.io/Documenter.jlwould give 404, and you would need to append/devorv1.2.3to reach the docs). - The
strictkeyword argument tomakedocsnow accept symbols to be more selective about what type of build errors should result in âhard errorsâ. - Documenter now tries to figure out the default branch name (
master/main) and for standard setups it shouldnât be necessary to specify thedevbranchkeyword argument todeploydocs. - Better stacktrace information for failed doctest.
See CHANGELOG.md for full details.