Problem description
The development environment creation docs are currently missing instructions for installing Pandoc, which is required to convert Jupyter Notebooks to HTML when building the documentation.
Expected Output
Pandoc should be added to ci/requirements-optional-conda.txt
and a section should be added to the docs for folks using a pip
-based environment to follow the Pandoc installation instructions. This might apply to other non-Python dependencies like PostgreSQL for psycopg2 as well.
I'm happy to submit a PR for this.
Output of pd.show_versions()
Comment From: VincentLa
@bkeyvani you were also running into this issue yesterday
Comment From: jbrockmendel
I guess these would now go in environment.yml. If this is in the form of a comment for the pandoc entry, it would be lost when requirements-dev.txt is auto-generated, but we could add a comment at the top of requirements-dev.txt suggesting the user look at environment.yml for the comments
Comment From: Abdullium
I write great documention Will you guys assign it to me
Comment From: mroeschke
Looks like pandoc is included in environment.yml and requirements-dev.txt now so closing