From 5e114be574eb5c098eea0e3f42cef067616fb795 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Fri, 29 Nov 2024 16:41:35 -0800 Subject: [PATCH 1/2] Typo in conf (cherry picked from commit 46bf3bbee942192200ecfaf1e47f9934405c49ae) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 567807f..9db117f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # The full version, including alpha/beta/rc tags. -release = version("surface-apps") +release = version("plate-simulation") # The short X.Y.Z version. version = ".".join(release.split(".")[:3]) From f63602bfd3ac3f99c04083c64aea02fdf77510bd Mon Sep 17 00:00:00 2001 From: dominiquef Date: Sat, 30 Nov 2024 06:57:46 -0800 Subject: [PATCH 2/2] Remove reference to static (cherry picked from commit f0789272317d934f68823f54175d28b69c556c4f) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9db117f..9e7e6e5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ html_theme_options = { "description": f"version {release}", } -html_static_path = ["_static"] +html_static_path = [] def get_copyright_notice():