Skip to content

Releases: JuliaDocs/Documenter.jl

v0.27.20

10 Jul 01:29
7a77b21
Compare
Choose a tag to compare

Documenter v0.27.20

Diff since v0.27.19

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:

v0.27.19

05 Jun 12:07
Compare
Choose a tag to compare

Documenter v0.27.19

Diff since v0.27.18

Feature and bugfix release. See CHANGELOG.md for notable changes.

Closed issues:

  • Feature request: Don't recompile search cache when [enter] is used in search field (#1728)
  • Default edit_link to default branch rather than "master" (#1827)

Merged pull requests:

v0.27.18

24 May 22:59
d44e105
Compare
Choose a tag to compare

Documenter v0.27.18

Diff since v0.27.17

A release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • Incorrectly displayed version selector in non-versioned docs (#1667)
  • Excessive padding in some cases (bikeshedding) (#1814)
  • Build not triggered by TagBot (#1815)
  • Using a docstring more than once makes it not show up (#1823)

Merged pull requests:

v0.27.17

09 May 03:23
1fcf1de
Compare
Choose a tag to compare

Documenter v0.27.17

Diff since v0.27.16

A release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • UndefVarError when using docstring on functions with type parameters (#1192)
  • Use tectonic to build the pdf version of the manual (#1802)
  • UndefVarError when using docstring on callable object with return type (#1810)
  • GitHub Action documentation.yml template (#1812)

Merged pull requests:

v0.27.16

19 Apr 00:48
cd57c41
Compare
Choose a tag to compare

Documenter v0.27.16

Diff since v0.27.15

Enhancements and bugfixes. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • Newline needed for minted code block in pdf export (#1160)
  • pdf can't be created from the compiled .tex file (#1418)
  • Ref's not resolving to markdown section (#1733)
  • How to include the docstring for a function from another package in my Julia docs? (#1734)
  • Documenter unable to recognize certain functions (#1744)
  • [FR] New way to customize LaTeX preamble (#1746)
  • strict=true fails to change loglevel from Warning to Error (#1756)
  • Add Twitter summary card meta tags (#1763)
  • Option to show version in sidebar underneath sitename (#1768)
  • Markdown2 conversion error for a docstring in BPFnative.API.Network (#1775)
  • Unexpected error expanding markdown with CodeTracking.jl's code_string (#1779)
  • Monospace font "faux" bolding causing alignment issues in some cases (#1780)
  • Documentation for a specific version never builds (#1786)
  • Feature: conditionally select images to display based on the active theme (e.g. documenter-light vs. documenter-dark) (#1789)
  • Allow customizing deploy subfolder (#1790)
  • Sqrt written as √ causes doc build to fail (#1793)

Merged pull requests:

v0.27.15

17 Mar 12:39
Compare
Choose a tag to compare

Documenter v0.27.15

Diff since v0.27.14

Feature and bugfix release. See CHANGELOG.md for notable changes.

Closed issues:

  • Too much space in multiline @repl block (#1770)
  • Allow docs build on schedule (#1772)
  • Use Meta refresh instead of symlinks (#1777)

Merged pull requests:

v0.27.14

02 Mar 13:24
1824adc
Compare
Choose a tag to compare

Documenter v0.27.14

Diff since v0.27.13

Bugfix release. See CHANGELOG.md for changes.

Closed issues:

  • Failed to decode DOCUMENTER_KEY (#1769)
  • Too much space in multiline @repl block (#1770)

Merged pull requests:

v0.27.13

25 Feb 09:57
Compare
Choose a tag to compare

Documenter v0.27.13

Diff since v0.27.12

Bugfix release. See CHANGELOG.md for changes.

Closed issues:

  • Issue with Enum (#1157)
  • font choice makes \prime look like a single quote (#1408)
  • Filters for cross version array printing (#1436)
  • Ability to set IOContext in which @example/@repl blocks are run (#1450)
  • Option to have source link button always visible? [feature request] (#1548)
  • Doctest filter matches line by line by default (#1679)
  • gksqt process not ended when building docs locally (#1685)
  • “Old documentation” banner shown for pre-release docs (#1726)
  • Where is the documentation actually hosted? (#1740)
  • Plotting when generating site map? (#1741)
  • How do I cite Documenter.jl (#1742)
  • "documenting" a course: ok on local, single siteinfo.js file on gh-pages (#1757)
  • Code copy button should stay in the top corner when scrolling horizontally (#1758)
  • Browser warning for failed loading of copy.js script (#1760)
  • How would be possible to add multiple-choice quizzes to documenter ? (#1764)

Merged pull requests:

v0.27.12

17 Jan 13:53
Compare
Choose a tag to compare

Documenter v0.27.12

Diff since v0.27.11

Closed issues:

  • Copy button does't working (#1753)

Merged pull requests:

v0.27.11

16 Jan 13:30
Compare
Choose a tag to compare

Documenter v0.27.11

Diff since v0.27.10

Closed issues:

  • Add a root HTML page? (#264)
  • Add an example for adding images (#300)
  • mkdocs fails in Travis (#405)
  • Add sub-headings in table of contents of PDF documentation (#524)
  • some (markdown) page <-> Jupyter notebooks conversion? (#692)
  • Feature Request: copy to clipboard (#1055)
  • macro calls allowed @example blocks? (#1128)
  • Fenced code blocks can't be syntax highlighted in Atom (#1163)
  • Bold text is hard to distinguish in Chrome on Mac (#1187)
  • CSS does not load for Safari in local builds (#1202)
  • PDF generation errors on latexinline on symbol (#1214)
  • depth controlling argument (#1259)
  • Latex does not work when dollar signs are used in a single line (#1276)
  • Feature request: cron job that removes old preview subfolders (#1306)
  • deprecate devbranch defaulting to master? (#1443)
  • Load key: invalid format (#1515)
  • Support workflow_dispatch events on GitHub Actions (#1554)
  • Add docs on how to create a "Note" section in blue (#1571)
  • Design around the "grand unified theory of documentation" (#1606)
  • docs should make clear what file GitHub action is in (#1608)
  • Suggestion for TagBot.yml file is stale (#1622)
  • Notation for simultaneously label a jldoctest block, and giving it a setup = :() ? (#1678)
  • Public API - deploydocs - making argument dirname documented (#1682)
  • How do I pass the output of @eval @example @repl block to @raw html block (#1713)
  • Cryptic error in CI (#1717)
  • Building document for a tag on Github (#1729)
  • Error "incomplete, "incomplete: premature end of input" while expanding templates (#1731)
  • source links not showing in local build (#1732)
  • Contrast for 'Note' text boxes in dark mode (#1736)
  • TagBot not tagging after adding DOCUMENTER_KEY (#1737)
  • Documentation build failing because of Pairs reference in precompile() call (#1738)
  • Make doctest report N tests for N jldoctest blocks (#1739)

Merged pull requests: