QuantEcon / sphinxcontrib-jupyter

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

Review 1.8.3 with full QuantEcon Lecture set .... #167

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

I need to evaluate upgrading to 1.8.3 from 1.7.9 on the build infrastructure for quantecon.build.lectures.

mmcky commented 5 years ago

I am coordinating this with @arnavs. Your docker uses 1.8+?

arnavs commented 5 years ago

@mmcky Currently we're on 1.7.9:


# QuantEcon Python stuff.
RUN pip install quantecon && \
    conda install sphinx=1.7.9 && \
    conda install pybtex=0.21 && \
    pip install qeds && \
    pip install linearmodels && \
    pip install interpolation
mmcky commented 5 years ago

great @arnavs let's keep using that for now.

mmcky commented 5 years ago

@arnavs I have been using sphinx=1.8.5 to build the latest versions of the site (after we updated for compatibility). I think we can close this issue and you can update Docker if you like.

arnavs commented 5 years ago

Sounds good. I'll update the Dockerfile.