Skip to content

Pandocs is required for rendering jupyter notebooks in the documentation #112

@drewoldag

Description

@drewoldag

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:

  1. Pandocs was installed successfully somehow - which would be great
  2. We disable rendering the notebooks locally - this isn't exactly ideal.
  3. 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

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions