IOError on ispath(".../.documenter/.documenter/.documenter/...")
when rebuilding documentation locally with build_vitepress=false
and npm run docs:dev
running
#194
Labels
bug
Something isn't working
I am trying to develop a local version of my documentation according to the readme:
Starting from a clean setup using
DocumenterVitepress.generate_template(...)
, I modified the makedocs function to read:I then run
julia --project=. make.jl
in the docs folder, followed bynpm run docs:dev
, which successfully starts a server on which I can see the documentation.With the running server, I then try to rebuild the docs, again using
julia --project=. make.jl
. This causes the build process to crash with:(note the length of the first line)
rebuilding without the running server works fine.
versioninfo()
gives:The text was updated successfully, but these errors were encountered: