Closed wdevazelhes closed 4 years ago
I noticed that if we keep the code as is now (i.e. with the fix from #274), but using sphinx 1.8.3 instead of the last version (3.1.1), it works
Thanks for the link, in fact, I just retried with the new sphinx version (without this modification), upgrading it from the 1.8.3 to 3.1.1 using pip install sphinx --upgrade
and this time it worked as expected, so I guess I had done something wrong in the installation the first time...
OK so I guess it is all good!
We should solve the links to algorithms in the docs, they don't work since
:ref:`modindex`
was removed (see https://github.com/scikit-learn-contrib/metric-learn/pull/274#discussion_r367083294), so we need to find a solution that would solve both pbs (the missing page if there is:ref:`modindex`
and the non-working links if there is not)