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 = {}