We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
sphinx build . output
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: