Skip to content

Commit 43a4f23

Browse files
author
Diptorup Deb
committed
Add a hard coded link to our doc site.
1 parent cb146ac commit 43a4f23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,10 @@ if generate_multiversion == "ON":
125125
elif len(version):
126126
versions.append(version)
127127

128+
# FIXME: Remove this hard coding
129+
DOC_SITE_NAME = "https://intelpython.github.io/dpctl/"
130+
128131
for version in versions:
129-
html_context["versions"].append((version, "../" + version + "/index.html"))
132+
html_context["versions"].append(
133+
(version, DOC_SITE_NAME + version + "/index.html")
134+
)

0 commit comments

Comments
 (0)