Skip to content

Commit 2b50816

Browse files
asmodehnnemesifier
authored andcommitted
[fix] Update index.jinja2 for relative url path
1 parent 93987e7 commit 2b50816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_static/index.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="refresh" content="0; URL='{{ docs_root }}/{{ stable_version }}/index.html'" />
4+
<meta http-equiv="refresh" content="0; URL='{% if docs_root %}{{ docs_root }}/{% endif %}{{ stable_version }}/index.html'" />
55
</head>
66
<body>
77
</body>

0 commit comments

Comments
 (0)