- The wording of the text in the the old version warning box was improved. (#54)
- Declare compatibility with Documenter 0.26. (#52)
- DocumenterTools now provides the
OutdatedWarning.generate
function which can be used to add outdated version warnings to old documentation builds (ongh-pages
). (#51)
- Declare compatibility with Sass.jl 0.2. (#49)
- Declare compatibility with Documenter 0.26. (#46)
- Fixes broken links in the documentation (#43) and reliance on old (broken)
pathof
behaviour in the tests (#44).
-
DocumenterTools.genkeys
now puts "Documenter" as the comment in the SSH key file, instead of the default username and hostname. (#40)
Maintenance release declaring compatibility with Documenter 0.25. (#39)
- Fixes to the
Themes.compile
function, including making sure that the Sass include path is properly set up. (#32, #35)
-
Travis.genkeys()
now works on Windows even if the UNIX-ywhich
is not available. (#33)
- The new
Themes
submodule provides an experimental API to compile Documenter Sass themes. (#27)
- The
Travis
submodule has been deprecated. Instead ofTravis.genkeys
, useDocumenterTools.genkeys
. (#30)
-
The
generate(path::String)
method now defaults to"docs"
as the default path, allowing it to be simply called asgenerate()
in e.g. the root directory of a package. (#22) -
The generated values for the
format
argument ofmakedocs
are now consistent with the new API introduced in Documenter v0.21. (#21)
- Initial release.