From dbcaad990b48e94f83935d82fdd612c4b5e5ae4c Mon Sep 17 00:00:00 2001 From: Nina Miolane Date: Tue, 26 Nov 2024 12:27:33 -0800 Subject: [PATCH] Update conf.py of documentation website --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7527ecdb..4a7734a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,7 @@ import os import shutil -project = "TopoBenchmarkX" +project = "TopoBenchmark" copyright = "2022-2023, PyT-Team, Inc." author = "PyT-Team Authors" @@ -57,8 +57,8 @@ pygments_style = None html_theme = "pydata_sphinx_theme" -html_baseurl = "pyt-team.github.io" -htmlhelp_basename = "pyt-teamdoc" +html_baseurl = "https://geometric-intelligence.github.io/topobenchmark" +htmlhelp_basename = "topobenchmarkdoc" html_last_updated_fmt = "%c" latex_elements = {}