From c4a470f0aa99c1a0b23cd0fb92bc87457565ffb4 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Thu, 3 May 2018 10:21:20 +1000 Subject: [PATCH] Update Circle CI paths We changed the paths when introducing Circle testing on Python 2. --- circle/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle/index.html b/circle/index.html index d1080c26155db..1606ba587a457 100644 --- a/circle/index.html +++ b/circle/index.html @@ -15,7 +15,7 @@ path += '/index.html'; } } - window.location.href = 'https://' + ci_id + '-843222-gh.circle-artifacts.com/0/home/ubuntu/scikit-learn/doc/_build/html/stable' + path; + window.location.href = 'https://' + ci_id + '-843222-gh.circle-artifacts.com/0/doc' + path; } else { var href_sans_query = window.location.href.substring(0, window.location.href.length - window.location.search.length); document.write('

Expected numeric query string and optional path to redirect to scikit-learn documentation build on CircleCI, e.g. ' + href_sans_query + '?12345/modules/classes.html.

');