-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Pandoc, a package that is not installable via pip, is required to render the jupyter notebooks in the readthedocs documentation.
There's not an easy way to get give Pandoc to the user (we would have to direct them to install it themselves, and it might be difficult to explain concisely why or how). However, it is fairly easy to have it included in the readthedocs build, and it renders notebooks in the external documentation just fine.
However, because one of the pre-commit hooks is to build the documentation, it will fail unless:
- Pandocs was installed successfully somehow - which would be great
- We disable rendering the notebooks locally - this isn't exactly ideal.
- We find a different tool that can accomplish this job - 😬
This is somewhat related to issue #109 . Since, even after organizing the dependencies, we'll still to figure out how to get Pandocs to the user in a seamless way.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed