Anshul Singhvi

Results 1170 comments of Anshul Singhvi

@lazarusA Everything seems to be `joinpath(doc.user.build, settings.md_output_path, ...)`, no explicit references to a docs folder. What exactly needs to be done here? The `package.json` file does hardcode `.documenter` as the...

Huh, it should never do that in theory. Maybe Documenter was run in the wrong folder? That's the only thing I can think of...

Does https://github.com/LuxDL/DocumenterVitepress.jl/pull/91 fix it?

> ERROR: LoadError: expected package `Documenter [e30172f5]` to be registered Just tried to build it, got most of the way through and then it started building HTML documentation and gave...

Ah the error here was that the path in `package.json` was incorrect.

``` The language 'llvm' is not loaded, falling back to 'txt' for syntax highlighting. (x5) The language 'fortran' is not loaded, falling back to 'txt' for syntax highlighting. ``` are...

Whoa, that looks really cool!! I'm hoping to tackle the sidebar + repl block issues today. > problems with the Node dependencies I had none of these, it just worked...

Ah yeah I forgot :sweat_smile: I just changed the paths in the package.json to point to the cover. We should actually use `npm run vitepress` directly instead.

This sounds like an implicit promise to not change page structure across versions? Also, I'm not entirely sure this can be done with Documenter as it stands...

I was thinking across versions of the package whose docs are being built. > I assumed we were already doing something similar here We aren't - that's all in `deploydocs`,...