scikit-learn-contrib / metric-learn

Metric learning algorithms in Python
http://contrib.scikit-learn.org/metric-learn/
MIT License
1.4k stars 234 forks source link

[DOC] docs break with new sphinx #262

Closed wdevazelhes closed 5 years ago

wdevazelhes commented 5 years ago

See comment https://github.com/scikit-learn-contrib/metric-learn/issues/258#issuecomment-553482800.

When building with the new sphinx version (2.1.1), references does not display prettily, though it works with some previous versions like 1.8, we should either make it work with the new version (preferably I guess), or add in the documentation which version to use

terrytangyuan commented 5 years ago

I agree that making it work with the new version would be preferred since there is a major upgrade of sphinx.

bellet commented 5 years ago

Fixed in #265