From 7fa5c7db98b7b19b96f7721740bf904a67cb0bc3 Mon Sep 17 00:00:00 2001 From: Kentaro Hanson Date: Thu, 20 Feb 2025 12:41:34 -0500 Subject: [PATCH 1/2] added html_baseurl to conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 38557d484..e34ec2fee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ # } # html_logo = '' github_url = "https://github.com/PrincetonUniversity/SPECFEMPP" -# html_baseurl = '' +html_baseurl = 'https://specfem2d-kokkos.readthedocs.io/' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, From 0edded2f1efe78282e1f3e4b25023a4c394db228 Mon Sep 17 00:00:00 2001 From: Kentaro Hanson Date: Thu, 20 Feb 2025 13:01:17 -0500 Subject: [PATCH 2/2] docs/requirements.txt: sphinx 8.0.0 --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index b55aacb5b..8d9a47f44 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ +sphinx==8.0.0 breathe furo sphinx-copybutton