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

Correct display of references problem in Sphinx 2.1.1, solves issue #262 #265

Closed RobinVogel closed 5 years ago

RobinVogel commented 5 years ago

I found some info there and added the workaround parameter to the doc/conf.py file to solve the problem. The new displaying of references requires modifying the CSS. The modification fixes issue #262

perimosocordiae commented 5 years ago

Thanks, merged. Once the theme we're using updates with better CSS we should remove this workaround.