From ec4710a7f6a6c0e5114bf40defd400153d3f76eb Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sat, 20 Jul 2024 13:53:57 -0400 Subject: [PATCH] add base url --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4ba44a473..866f6c41a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -208,6 +208,7 @@ # html_file_suffix = None # Output file base name for HTML help builder. +html_baseurl = "https://regro.github.io/regolith/" basename = "regolith".replace(" ", "").replace(".", "") htmlhelp_basename = basename + "doc"