Skip to content

Commit b2549e7

Browse files
committed
redirect base URL to poseinterface.neuroinformatics.dev
1 parent fa975c1 commit b2549e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
# The default is the URL of the GitHub pages
123123
# https://www.sphinx-doc.org/en/master/usage/extensions/githubpages.html
124124
github_user = "neuroinformatics-unit"
125-
html_baseurl = f"https://{github_user}.github.io/{project}"
125+
html_baseurl = "https://poseinterface.neuroinformatics.dev"
126126
sitemap_url_scheme = "{link}"
127127

128128
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)