QuantEcon / QuantEcon.py

A community based Python library for quantitative economics
https://quantecon.org/quantecon-py/
MIT License
1.89k stars 2.25k forks source link

FIX: DOC: Fix build error with Sphinx v7.0.1 #707

Open oyamad opened 1 year ago

oyamad commented 1 year ago

jinja2.exceptions.UndefinedError: 'style' is undefined (https://readthedocs.org/projects/quanteconpy/builds/20811367/)

Maybe readthedocs/sphinx_rtd_theme#1463?

For the moment, pin the version of Sphinx as < 7.0?

oyamad commented 1 year ago

Temporary workaround by #708. Left open as a medium run issue.