v0.25.3
github-actions
released this
28 Oct 09:07
·
590 commits
to master
since this release
Documenter v0.25.3
A release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md
file.
Closed issues:
- Defining LaTeX commands in a single location for use throughout the docs (#532)
- Canonical URLs without index.html (#1035)
- add example to @docs for type & multiple constructors (#1361)
- How to specify
doctestfilters
for the functiondoctest
? (#1364) - zeptodoctor appears as contributor when using Documenter.jl (#1379)
- Add code coverage from deployed docs? (#1397)
- Include files generated by examples in deployment (#1404)
- Trouble with docstrings from included file in module (#1406)
- Allow
<!--- ... -->
as markdown comment (#1409) - Documentation unacessible (#1421)
- tex macro for MathJax3 (#1427)
- script.src for MathJax3 (#1428)
- LaTeX fraction not rendering properly in md files (#1432)
- Heavy slowdown in ExpandTemplates due to
subtypes
function (#1438)
Merged pull requests:
- Add example of code coverage to docs (#1399) (@briochemc)
- Clarify the docstring of lang keyword (#1407) (@mortenpi)
- simple typo fix "rather then" to "rather than" (#1415) (@vlandau)
- Replace Utilities.withoutput with IOCapture (#1422) (@mortenpi)
- Add a showcase example for multiple uses of the same symbol. (#1425) (@tpapp)
- Allow specifying URLs for LaTeX engines (#1430) (@ianqsong)
- Correctly accept doctestfilters kwarg in Documenter.doctest (#1435) (@fredrikekre)
- Set version to 0.25.3 (#1439) (@mortenpi)
- Cache subtypes to speed up selector dispatch (#1440) (@epatters)
- Update links (#1442) (@kimikage)
- Add Gitlab deployconfig. (#1448) (@MichaelHatherly)
- Empty Selector cache before running build pipeline (#1452) (@mortenpi)
- Do not capture interrupts with iocapture() (#1453) (@mortenpi)