The make.jl in Documenter/docs has the appropriate incantation. Try this:
cd(joinpath(Pkg.dir(),"Documenter","docs"))
include("make.jl")
Then point your browser at XXX/Documenter/docs/build/html/index.html (where
XXX designates your Pkg directory).
The developers seem to have dumped their mkdocs.yml so more work is needed
to build a local copy of the polished docs.
On Friday, August 19, 2016 at 7:18:37 PM UTC-4, Christoph Ortner wrote:
>
> I want to give this a try but I can't find the example of HTML output,
> which is supposed to be in test/html?
>
> Thank you.
>
>
>
> On Friday, 19 August 2016 22:07:55 UTC+1, Morten Piibeleht wrote:
>>
>> 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/>
>> .
>>
>