Releases: JuliaDocs/Documenter.jl
v0.27.9
Documenter v0.27.9
Feature and bugfix release. See CHANGELOG.md
for notable changes.
Closed issues:
- Output of
StatsBase.describe
not correctly rendered in the PDF form (#1346)
Merged pull requests:
v0.27.8
Documenter v0.27.8
Feature and bugfix release. See CHANGELOG.md
for notable changes.
Closed issues:
- REPL blocks lines with semicolons are not evaluated (#1684)
- Fail docs build if there are doctest errors (#1686)
Merged pull requests:
- Fix accessibility issues (#1673) (@pfitzseb)
- Generalize
strict
(#1689) (@ericphanson) - Allow attributes injection into HTMLAsset (#1706) (@vchuravy)
- Update index.md with correct version numbers (#1710) (@GlenHertz)
- Set version to 0.27.8. (#1711) (@fredrikekre)
v0.27.7
Documenter v0.27.7
Feature and bugfix release. See CHANGELOG.md
for notable changes.
Closed issues:
deploydocs
throws if you are on the first PR setting up docs (#1693)- MethodError: no method matching
getindex(::Nothing, ::Int64)
(#1698) - Issue embedding youtube videos in documenter (#1701)
- how to deploydoc with push_preview=false ? (#1703)
Merged pull requests:
- fix example (linspace -> LinRange, broadcast) (#1694) (@gaelforget)
- fix
DocTestFilters = nothing
in at-meta (#1696) (@ranocha) - Work around #1698 (#1699) (@ericphanson)
- Skip redirect if no entry to redirect to (#1704) (@ericphanson)
- Add changelog entries for 0.27.7 and update version. (#1705) (@fredrikekre)
v0.27.6
Documenter v0.27.6
Feature and bugfix release. See CHANGELOG.md
for notable changes.
Closed issues:
- deploydocs should create and maintain redirect index.html? (#937)
- Exit code for makedocs is 0 when doctest error (#1504)
- Feature Request: better support for large screen? (#1563)
- Document what happens during deploydocs (#1668)
- Issue deploying Stable docs (#1674)
:(using Catalyst)
inDocMeta.setdocmeta!(
doesn;t work, butsetup = :(using Catalyst)
in individual block does (#1677)- Deploydoc only hosting "dev" version (#1680)
doctest
report targets (#1683)
Merged pull requests:
- Add
index.html
generation for redirecting to./stable
or./dev
(#1657) (@hyrodium) - Remove
index.html
(#1658) (@hyrodium) - Fix example links (#1659) (@hyrodium)
- Extra tests and assertions for asset() (#1663) (@mortenpi)
- Fix PR preview verification on 1.0 (#1665) (@mortenpi)
- Improve the deploydocs docstring (#1669) (@goerz)
- Pass file and line info to downstream loggers (#1687) (@ericphanson)
- enable colored print for REPL output (#1691) (@aviatesk)
v0.27.5
Documenter v0.27.5
Feature and bugfix release. See CHANGELOG.md
for notable changes.
Closed issues:
- New Documenter failure on previously successful deployed docs (#1643)
- Build freeze - CI timeout (#1652)
- can a doctest depend on an external file? (#1653)
- Assertion failure for example blocks with comments (#1655)
Merged pull requests:
v0.27.4
Documenter v0.27.4
Feature and bugfix release. See CHANGELOG.md
for notable changes.
Closed issues:
- $ not rendering properly (#890)
- should
@repl
outputs mimic the syntax of terminal? (ASCII color doesn't work) (#1562) - Matrix with three rows shows a vertical scrollbar (#1575)
- Interpolation in md strings (#1603)
- Single page edit_link = nothing ? (#1620)
- SVG in table? (#1621)
- Undef var error in document checks when overloading Base.show for types (#1623)
- ANSI color tweaks (#1629)
- Adding images from URL (#1638)
- Style
julia>
prompt (#1639) - Bad CSS for code blocks in admonitions (#1640)
- Add ability to copy code from snippets (#1644)
- Modify "Edit on GitHub" links for specific pages (#1650)
Merged pull requests:
- Add support for ANSI colors (#1441) (@kimikage)
- Make sure version regex work with \r\n line endings. (#1624) (@fredrikekre)
- Fix escaping of dollar symbols in HTMLWriter (#1625) (@odow)
- Fix a link to JuliaDocs landing page (#1626) (@mortenpi)
- Support prerendering of code blocks. (#1627) (@fredrikekre)
- Fix ANSI colors for
@repl
blocks (#1628) (@fredrikekre) - Remove highlight.js configuration for ignoring unescaped HTML in code blocks. (#1632) (@fredrikekre)
- Remove trace of sandbox module in output for at-repl and at-example. (#1633) (@fredrikekre)
- Insert correct linenumbernodes (#1634) (@fredrikekre)
- Some documentation fixes (#1636) (@fredrikekre)
- Theme the
julia>
prompt in thejulia-repl
language (#1641) (@fredrikekre) - Add hljs class to all code blocks (#1645) (@fredrikekre)
- Set version to 0.27.4. (#1646) (@fredrikekre)
- [RFC] Tweak color schemes (#1647) (@kimikage)
- Fix overflow-y for math blocks, fixes #1575. (#1651) (@fredrikekre)
v0.27.3
Documenter v0.27.3
A release with bugfixes and enhancements. Notable changes are documented in the CHANGELOG.md
file.
Closed issues:
- semver issues (could you consider releasing version 1.0 or continuing with 0.27.xxx) (#1605)
- Switch off ligatures by default? (#1610)
- Better support for non-versioned docs (#1615)
Merged pull requests:
- Related packages (#1607) (@JeffFessler)
- Display Documenter version in document build info. (#1609) (@fredrikekre)
- Move definition of Documenter version to precompilation-time. (#1611) (@fredrikekre)
- Support deployment to the root instead of to a version subfolder (#1616) (@fredrikekre)
- Disable JuliaMono ligatures (#1617) (@mortenpi)
- Set version to 0.27.3. (#1618) (@fredrikekre)
v0.27.2
Documenter v0.27.2
Fixes a regression in the default font looks. The changes are documented in the CHANGELOG.md
file.
Closed issues:
- CSS tweaks for CDNJS served Lato font (#1602)
Merged pull requests:
v0.27.1
Documenter v0.27.1
A release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md
file.
Closed issues:
- Fonts and CSS for Unicode Art (#618)
- Use JuliaMono as the default monospace font (#1568)
- Documenter builds on CI hang indefinitely when using
DiffEqBase v6.61.0
onwards (#1584) - BoundsError in preview when no versions exist yet (#1594)
Merged pull requests:
- Use JuliaMono, drop Google Fonts CDN (#1569) (@mortenpi)
- Adjust wording of outdated warning (#1595) (@pfitzseb)
- check for empty entries in generate_version_file (#1596) (@pfitzseb)
- Update examples.md (#1597) (@kanji709)
- Document behavior of thrown exceptions in
@repl
(#1598) (@ericphanson) - Set version to 0.27.1 (#1599) (@mortenpi)
v0.27.0
Documenter v0.27.0
A release various enhancements and bugfixes. The changes are documented in the CHANGELOG.md
file.
Closed issues:
- epub backend (#371)
- Automatic noindex tags on versioned docs? (#1302)
- Source link in expanded docstring redirect to Base (#1374)
- Build hanging (#1414)
- Add "this version is outdated" notice to versions other than latest (#1449)
- Fix preview cleanup script for non-existing preview directory (#1499)
- Build hanging on Turing sample call (#1514)
- Preview PR triggering on external PRs on GHA (#1534)
- Use URI-encoding for SVG images coming from at-example blocks (#1537)
- xpath root node question (#1550)
- Doctest syntax error, how to find out where? (#1556)
- Is it possible to switch different pictures in light/dark mode? (#1560)
- Default font for REPL "output" produces poor alignment w/ box-drawing unicode (#1561)
- Improve documentation using packages in doctests for display (#1564)
- Suggestion: Citations from DocumenterCitations.jl (#1587)
Merged pull requests:
- put svg with xmlns in img src tag (#1538) (@jkrumbiegel)
- Illusrtate submodules in
@autodocs
example (#1541) (@goretkin) - Refactor sandbox module creation (#1544) (@mortenpi)
- Update SSH deploy example (#1545) (@staticfloat)
- Update doctests.md (#1546) (@glwhart)
- Use IOCapture v0.2 (#1549) (@mortenpi)
- Fix highlight.js warning due to invalid "language-none" (#1551) (@kimikage)
- Two doc updates for PDF output (#1552) (@jaakkor2)
- Let sitename link back to document root just like the logo. (#1553) (@fredrikekre)
- Showcase automatic signature highlighting (#1555) (@mortenpi)
- Handle faulty doctest keyword arguments better (#1557) (@mortenpi)
- Update preview cleanup action (#1558) (@devmotion)
- Update from analytics.js to gtag.js (#1559) (@mlubin)
- Fix a code block on man/hosting.md (#1566) (@mortenpi)
- Check via GitHub API if PR is from same repo for PR preview on GHA (#1567) (@mortenpi)
- Add headers to the admonitions for indexing (#1574) (@logankilpatrick)
- Add warning for outdated docs (#1577) (@pfitzseb)
- fix typo in showcase (#1581) (@ranocha)
- Add note about Plots.jl with GR backend (#1583) (@ranocha)
- Change Julia v1.4 -> v1.6 in Travis CI/Github Actions workflows (#1586) (@navidcy)
- Adds GeophysicalFlows.jl in Registered packges (#1588) (@navidcy)
- Fix links to fix linkcheck (#1589) (@mortenpi)
- Set version to 0.27.0 (#1590) (@mortenpi)
- remove note in README about pre 1.0 versions (#1592) (@KristofferC)