jupyterlite/jupyterlite-sphinx

Dev docs

Opened this issue · 2 comments

I'm guessing the docs are build using hatch ? But I don't use hatch so i'm strugling to find how to run the right commands.

But in general it would be good to have minimal dev docs on how to do things.

in general it would be good to have minimal dev docs on how to do things.

Agreed!

I'm guessing the docs are build using hatch ?

It's just using sphinx build, so you can run something like sphinx build . output from the docs directery, this is more or less what readthedocs does. Build dependencies are specified in https://github.com/jupyterlite/jupyterlite-sphinx/blob/main/dev-environment.yml

I just noticed this issue, and I think that this ties in nicely with adding a guide for new contributors. I would be happy to pick this up soon.