We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8f74a commit b956e79Copy full SHA for b956e79
404.rst
@@ -37,7 +37,7 @@ Page not found
37
// This is done in JavaScript, as we exceed Read the Docs' limit for the amount of redirects configurable.
38
39
const currentPathSegments = window.location.pathname.split('/').filter(segment => segment !== '');
40
- // Use the base path (e.g. "/en/latest") when available
+ // Use the base path (e.g. "/en/latest") when available.
41
const currentBasePath = (currentPathSegments.length >= 2) ? ("/" + currentPathSegments.slice(0, 2).join("/")) : "/";
42
43
fetch(currentBasePath + "/_static/redirects.csv")
0 commit comments