JuliaDocs / LiveServer.jl

Simple development server with live-reload capability for Julia.
MIT License
143 stars 26 forks source link

fixes for skip dir and adjustment to the docs #169

Closed tlienart closed 1 year ago

tlienart commented 1 year ago

@GiggleLiu would you mind trying this one? keeping things the same in your case it should be

servedocs(
    literate_dir=EXAMPLE_DIR,
    skip_dir=LITERATE_GENERATED_DIR
)

thanks for your report, I got confused at first but, indeed, the abspath was missing.

supersedes #168

GiggleLiu commented 1 year ago

Thank you for the fix! Will try it later.