We are happy to announce version 0.3 of Documenter.jl <https://github.com/JuliaDocs/Documenter.jl> – a package for building the documentation of other Julia packages. Documentation is available at https://juliadocs.github.io/Documenter.jl/stable/.
Compared to the 0.2-branch there should be no visible changes to the user other than some resolved bugs. However, there have been some changes to the code base so please don’t hesitate to report any issues on the issue tracker <https://github.com/JuliaDocs/Documenter.jl/issues>. The largest bit of news is that experimental *native HTML output* is now available as an option [*]. This means that instead of relying on MkDocs, Documenter.jl is able to produce its own complete static HTML site. The generated site’s style borrows heavily from the Julia manual and is already being used to build Documenter’s own documentation. We would like to encourage everyone to give the HTML output a try (including just browsing) and send feedback so that we could iron out any remaining issues and improve user experience. See the documentation <https://juliadocs.github.io/Documenter.jl/latest/man/guide.html#Output-formats-1> for more information on how to enable HTML output on your own repository. There is the meta-issue #212 <https://github.com/JuliaDocs/Documenter.jl/issues/212> where we are tracking future improvements of this feature. Finally, a big thanks to everyone who have been testing the package and submitting issues so far. Keep ‘em coming! Cheers, Morten & Mike [*] Developed as part of Morten’s Google Summer of Code project <https://summerofcode.withgoogle.com/dashboard/project/5046486001778688/details/> .
