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.html
file that redirects to the latest release (you might have noticed in the past that e.g.juliadocs.github.io/Documenter.jl
would give 404, and you would need to append/dev
orv1.2.3
to reach the docs). - The
strict
keyword argument tomakedocs
now 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 thedevbranch
keyword argument todeploydocs
. - Better stacktrace information for failed doctest.
See CHANGELOG.md
for full details.