v0.27.20
Documenter v0.27.20
A release with enhancements and bugfixes. The changes are documented in the CHANGELOG.md
file.
Closed issues:
checkdocs=:exports
report non-missing docstring as missing (#1204)- Docstring check confused with reexported function (#1695)
- RFC: Drop support for Julia 1.0-1.5 (#1835)
- Formatting error in Documenter.jl documentation, section on "Custom preamble" (#1837)
- Docs dont mention reduce(... dims) reducedim.jl overload or any overloads? (#1845)
- Make "Extended help" sections in docstrings collapsible (#1852)
- Rebinding Module during DocChecks (#1857)
Merged pull requests:
- Remove Markdown backend from Documenter (#1826) (@mortenpi)
- Raise minimum required Julia version from 1.0 to 1.6 (#1841) (@fredrikekre)
- Refactor
getdocs
code (#1842) (@mgkurtz) - Update MathJax to 3.2.2 (#1844) (@rikhuijzer)
- Update JS dependencies to latest non-breaking version (#1846) (@mortenpi)
- Update example link to SimGBS.jl (#1847) (@mortenpi)
- Add folder selection for gh-pages (#1849) (@eirikbrandsaas)
- Add --project to julia --project make.jl (#1850) (@eirikbrandsaas)
- change CI badges from Travis/AV -> GHA (#1853) (@KristofferC)
- Move
draft
keyword documentation out of theexpandfirst
(#1854) (@bauglir) - Fix nightly test failures (#1856) (@mortenpi)
- GHA setup: add statuses write permissions (#1858) (@mortenpi)
- Edit LaTeX customization docs (#1860) (@mortenpi)
- Fix missing doc check for methods from other packages (#1861) (@mortenpi)
- Set GIT_TEMPLATE_DIR when calling Git (#1862) (@mortenpi)
- Change minimum Julia version 1.0 -> 1.6 in README (#1864) (@LilithHafner)
- Allow "deploying" to a tarball (#1865) (@mortenpi)
- Backports for 0.27.20 (#1866) (@mortenpi)