mgalardini / pyseer

SEER, reimplemented in python 🐍🔮
http://pyseer.readthedocs.io
Apache License 2.0
109 stars 27 forks source link

Doc build failing #194

Closed johnlees closed 2 years ago

johnlees commented 2 years ago

See https://readthedocs.org/projects/pyseer/builds/16404379/

Some issue with the statsmodels compilation during build

Solution should be to do the same as poppunk: remove all docs requirements, make everything a mock import. Something always breaks eventually otherwise! [could also turn autodoc off, but this at least retains most of that functionality]