Tags: t-bltg/Documenter.jl
Tags
[Diff since v0.27.3](JuliaDocs/Documenter.jl@v0.27.3...v0.27.4) Feature and bugfix release. See [`CHANGELOG.md`](https://github.com/JuliaDocs/Documenter.jl/blob/v0.27.4/CHANGELOG.md) for notable changes. **Closed issues:** - $ not rendering properly (JuliaDocs#890) - should `@repl` outputs mimic the syntax of terminal? (ASCII color doesn't work) (JuliaDocs#1562) - Matrix with three rows shows a vertical scrollbar (JuliaDocs#1575) - Interpolation in md strings (JuliaDocs#1603) - Single page edit_link = nothing ? (JuliaDocs#1620) - SVG in table? (JuliaDocs#1621) - Undef var error in document checks when overloading Base.show for types (JuliaDocs#1623) - ANSI color tweaks (JuliaDocs#1629) - Adding images from URL (JuliaDocs#1638) - Style `julia>` prompt (JuliaDocs#1639) - Bad CSS for code blocks in admonitions (JuliaDocs#1640) - Add ability to copy code from snippets (JuliaDocs#1644) - Modify "Edit on GitHub" links for specific pages (JuliaDocs#1650) **Merged pull requests:** - Add support for ANSI colors (JuliaDocs#1441) (@kimikage) - Make sure version regex work with \r\n line endings. (JuliaDocs#1624) (@fredrikekre) - Fix escaping of dollar symbols in HTMLWriter (JuliaDocs#1625) (@odow) - Fix a link to JuliaDocs landing page (JuliaDocs#1626) (@mortenpi) - Support prerendering of code blocks. (JuliaDocs#1627) (@fredrikekre) - Fix ANSI colors for `@repl` blocks (JuliaDocs#1628) (@fredrikekre) - Remove highlight.js configuration for ignoring unescaped HTML in code blocks. (JuliaDocs#1632) (@fredrikekre) - Remove trace of sandbox module in output for at-repl and at-example. (JuliaDocs#1633) (@fredrikekre) - Insert correct linenumbernodes (JuliaDocs#1634) (@fredrikekre) - Some documentation fixes (JuliaDocs#1636) (@fredrikekre) - Theme the `julia>` prompt in the `julia-repl` language (JuliaDocs#1641) (@fredrikekre) - Add hljs class to all code blocks (JuliaDocs#1645) (@fredrikekre) - Set version to 0.27.4. (JuliaDocs#1646) (@fredrikekre) - [RFC] Tweak color schemes (JuliaDocs#1647) (@kimikage) - Fix overflow-y for math blocks, fixes JuliaDocs#1575. (JuliaDocs#1651) (@fredrikekre)
[Diff since v0.27.2](JuliaDocs/Documenter.jl@v0.27.2...v0.27.3) **Closed issues:** - semver issues (could you consider releasing version 1.0 or continuing with 0.27.xxx) (JuliaDocs#1605) - Switch off ligatures by default? (JuliaDocs#1610) - Better support for non-versioned docs (JuliaDocs#1615) **Merged pull requests:** - Related packages (JuliaDocs#1607) (@JeffFessler) - Display Documenter version in document build info. (JuliaDocs#1609) (@fredrikekre) - Move definition of Documenter version to precompilation-time. (JuliaDocs#1611) (@fredrikekre) - Support deployment to the root instead of to a version subfolder (JuliaDocs#1616) (@fredrikekre) - Disable JuliaMono ligatures (JuliaDocs#1617) (@mortenpi) - Set version to 0.27.3. (JuliaDocs#1618) (@fredrikekre)
[Diff since v0.27.1](JuliaDocs/Documenter.jl@v0.27.1...v0.27.2) Fixes a regression in the default font looks. The changes are documented in the [`CHANGELOG.md`](https://github.com/JuliaDocs/Documenter.jl/blob/v0.27.2/CHANGELOG.md) file. **Closed issues:** - CSS tweaks for CDNJS served Lato font (JuliaDocs#1602) **Merged pull requests:** - Use 'Lato Medium' as the primary font (JuliaDocs#1604) (@mortenpi)
[Diff since v0.27.0](JuliaDocs/Documenter.jl@v0.27.0...v0.27.1) A release with bugfixes and enhancements. The changes are documented in the [`CHANGELOG.md`](https://github.com/JuliaDocs/Documenter.jl/blob/v0.27.1/CHANGELOG.md) file. **Closed issues:** - Fonts and CSS for Unicode Art (JuliaDocs#618) - Use JuliaMono as the default monospace font (JuliaDocs#1568) - Documenter builds on CI hang indefinitely when using `DiffEqBase v6.61.0` onwards (JuliaDocs#1584) - BoundsError in preview when no versions exist yet (JuliaDocs#1594) **Merged pull requests:** - Use JuliaMono, drop Google Fonts CDN (JuliaDocs#1569) (@mortenpi) - Adjust wording of outdated warning (JuliaDocs#1595) (@pfitzseb) - check for empty entries in generate_version_file (JuliaDocs#1596) (@pfitzseb) - Update examples.md (JuliaDocs#1597) (@kanji709) - Document behavior of thrown exceptions in `@repl` (JuliaDocs#1598) (@ericphanson) - Set version to 0.27.1 (JuliaDocs#1599) (@mortenpi)
[Diff since v0.26.3](JuliaDocs/Documenter.jl@v0.26.3...v0.27.0) A release various enhancements and bugfixes. The changes are documented in the [`CHANGELOG.md`](https://github.com/JuliaDocs/Documenter.jl/blob/v0.27.0/CHANGELOG.md) file. **Closed issues:** - epub backend (JuliaDocs#371) - Automatic noindex tags on versioned docs? (JuliaDocs#1302) - Source link in expanded docstring redirect to Base (JuliaDocs#1374) - Build hanging (JuliaDocs#1414) - Add "this version is outdated" notice to versions other than latest (JuliaDocs#1449) - Fix preview cleanup script for non-existing preview directory (JuliaDocs#1499) - Build hanging on Turing sample call (JuliaDocs#1514) - Preview PR triggering on external PRs on GHA (JuliaDocs#1534) - Use URI-encoding for SVG images coming from at-example blocks (JuliaDocs#1537) - xpath root node question (JuliaDocs#1550) - Doctest syntax error, how to find out where? (JuliaDocs#1556) - Is it possible to switch different pictures in light/dark mode? (JuliaDocs#1560) - Default font for REPL "output" produces poor alignment w/ box-drawing unicode (JuliaDocs#1561) - Improve documentation using packages in doctests for display (JuliaDocs#1564) - Suggestion: Citations from DocumenterCitations.jl (JuliaDocs#1587) **Merged pull requests:** - put svg with xmlns in img src tag (JuliaDocs#1538) (@jkrumbiegel) - Illusrtate submodules in `@autodocs` example (JuliaDocs#1541) (@goretkin) - Refactor sandbox module creation (JuliaDocs#1544) (@mortenpi) - Update SSH deploy example (JuliaDocs#1545) (@staticfloat) - Update doctests.md (JuliaDocs#1546) (@glwhart) - Use IOCapture v0.2 (JuliaDocs#1549) (@mortenpi) - Fix highlight.js warning due to invalid "language-none" (JuliaDocs#1551) (@kimikage) - Two doc updates for PDF output (JuliaDocs#1552) (@jaakkor2) - Let sitename link back to document root just like the logo. (JuliaDocs#1553) (@fredrikekre) - Showcase automatic signature highlighting (JuliaDocs#1555) (@mortenpi) - Handle faulty doctest keyword arguments better (JuliaDocs#1557) (@mortenpi) - Update preview cleanup action (JuliaDocs#1558) (@devmotion) - Update from analytics.js to gtag.js (JuliaDocs#1559) (@mlubin) - Fix a code block on man/hosting.md (JuliaDocs#1566) (@mortenpi) - Check via GitHub API if PR is from same repo for PR preview on GHA (JuliaDocs#1567) (@mortenpi) - Add headers to the admonitions for indexing (JuliaDocs#1574) (@logankilpatrick) - Add warning for outdated docs (JuliaDocs#1577) (@pfitzseb) - fix typo in showcase (JuliaDocs#1581) (@ranocha) - Add note about Plots.jl with GR backend (JuliaDocs#1583) (@ranocha) - Change Julia v1.4 -> v1.6 in Travis CI/Github Actions workflows (JuliaDocs#1586) (@navidcy) - Adds GeophysicalFlows.jl in Registered packges (JuliaDocs#1588) (@navidcy) - Fix links to fix linkcheck (JuliaDocs#1589) (@mortenpi) - Set version to 0.27.0 (JuliaDocs#1590) (@mortenpi) - remove note in README about pre 1.0 versions (JuliaDocs#1592) (@KristofferC)
[Diff since v0.26.2](JuliaDocs/Documenter.jl@v0.26.2...v0.26.3) A maintenance release preparing Documenter for upcoming changes on Julia master. The changes are documented in the [`CHANGELOG.md`](https://github.com/JuliaDocs/Documenter.jl/blob/v0.26.3/CHANGELOG.md) file. **Closed issues:** - Don't know why travis is being used. (JuliaDocs#1530) - Throw an error if repo contains a protocol (JuliaDocs#1531) - Flaky Tests during local development (JuliaDocs#1535) - Images can get larger than the container in HTML (JuliaDocs#1539) **Merged pull requests:** - Remove unused fallback method for post_status (JuliaDocs#1528) (@mortenpi) - Make deploydocs throw if push fails (JuliaDocs#1529) (@mortenpi) - Thrown an error if the repo path contains the protocol (JuliaDocs#1533) (@giordano) - use valid identifiers for sandbox module names (JuliaDocs#1540) (@JeffBezanson) - Backports for 0.26.3 (JuliaDocs#1543) (@mortenpi)
[Diff since v0.26.1](JuliaDocs/Documenter.jl@v0.26.1...v0.26.2) A patch release with bugfixes and enhancements. The changes are documented in the [`CHANGELOG.md`](https://github.com/JuliaDocs/Documenter.jl/blob/v0.26.2/CHANGELOG.md) file. **Closed issues:** - missing methods with common documentation (JuliaDocs#705) - error in jldoctest with # output followed by no-newline (JuliaDocs#765) - GitHub Pages build not triggered with GITHUB_TOKEN (JuliaDocs#1177) - Error: mode == :single requires the Markdown string to parse into a single block │ (JuliaDocs#1387) - Move CI from Travis to GitHub Actions? (JuliaDocs#1487) - Wrong docstring displayed for overloaded functions (JuliaDocs#1502) - Deploying failure (JuliaDocs#1505) - Fix Edit source button (JuliaDocs#1508) - Clarify treatment of outputs (streams, # hide and semicolon) (JuliaDocs#1509) - "Permission denied" when running doctests from runtests.jl (JuliaDocs#1513) - Get tests passing on GitHub Actions Windows runners (JuliaDocs#1516) **Merged pull requests:** - Switch CI over to GitHub Actions (JuliaDocs#1496) (@mortenpi) - Add short section on logos (JuliaDocs#1498) (@cormullion) - Update highlightjs version (JuliaDocs#1503) (@laborg) - Fix crash in case of empty `# output` (JuliaDocs#1510) (@knuesel) - Check for empty CI environment variables (JuliaDocs#1511) (@knuesel) - Clarify treatment of outputs (JuliaDocs#1512) (@knuesel) - Remove GitHub token build trigger warning (JuliaDocs#1517) (@knuesel) - Fix multiline display equations in HTML (JuliaDocs#1518) (@odow) - Normalize line breaks before replacements (JuliaDocs#1519) (@odow) - Fix cross-platform newline handling in doctests (JuliaDocs#1520) (@mortenpi) - fix typo in hosting.md (JuliaDocs#1524) (@rfourquet) - Backports for 0.26.2 (JuliaDocs#1525) (@mortenpi) - Just warn if doctest() fails to clean up (JuliaDocs#1526) (@mortenpi) - A few PDF improvements (JuliaDocs#1527) (@jebej)
PreviousNext