scikit-learn-contrib / py-earth

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
http://contrib.scikit-learn.org/py-earth/
BSD 3-Clause "New" or "Revised" License
455 stars 122 forks source link

Fix sphinx doc extension error #122

Closed mehdidc closed 8 years ago

mehdidc commented 8 years ago

I had the following error when building the doc with sphinx :

WARNING: sphinx.ext.pngmath has been deprecated. Please use sphinx.ext.imgmath instead.
Extension error:
sphinx.ext.mathjax: other math package is already loaded
make: *** [html] Error 1

fixed by removing sphinx.ext.pngmath

jcrudy commented 8 years ago

Thanks! Merging.