QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

bibtex dependency #157

Closed arnavs closed 5 years ago

arnavs commented 5 years ago

If you just run the python setup.py install on a fresh Conda and then try using Jupinx, it'll fail with:

Could not import extension sphinxcontrib.bibtex

It would be great if this was included in a dependencies.rst (or whatever the appropriate file is) so that this would be installed automatically if missing.

mmcky commented 5 years ago

thanks @arnavs

This is a tricky one as the dependency is really on sphinx projects that use sphinxcontrib.bibtex right?

arnavs commented 5 years ago

Hey @mmcky, that’s true. I think this is an important special case though (compiling the lectures). And this is the only thing which stops that from being plug and play.

How heavy is the bibtex? If it’s too much, I could just write a simple install script.

mmcky commented 5 years ago

I'll add it to make setup in quantecon.build.lectures

pip install sphinxcontrib-bibtex
mmcky commented 5 years ago

https://github.com/mmcky/quantecon.build.lectures/pull/77