QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

FIX: add sphinxcontrib dependencies on install of Jupinx #64

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This ensures all dependencies from sphinxcontrib are met when installing in new environments.

Adds to install_requires:

  1. sphinxcontrib-bibtex
  2. sphinxcontrib-jupyter
mmcky commented 5 years ago

fix #63