scikit-learn-contrib / metric-learn

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

[DOC] Remove `any` flag #305

Closed wdevazelhes closed 2 years ago

wdevazelhes commented 4 years ago

In the end the any flag set here: https://github.com/scikit-learn-contrib/metric-learn/blob/66a12edbfba74774d84e6cd0f4f0fd5d438a79f8/doc/conf.py#L42 may cause more harm than good, because it displays a lot of errors when building the doc and sometimes it's hard to find true errors, so in the end we should maybe come back to a manual linking in the doc

mvargas33 commented 2 years ago

I've been having a lot of trouble as well, because there are sooo many warnings due to this that it's difficult to debug the current changes in the docs.