From 5c0e14e578e08c0ce460a9a6aaf15e9729cc8afa Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Tue, 19 May 2026 19:24:41 -0700 Subject: [PATCH] Update project name in sphinx --- Docs/source/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Docs/source/conf.py b/Docs/source/conf.py index f8519ad7..d63f9e86 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -66,7 +66,7 @@ def get_amrex_version(): master_doc = 'index' # General information about the project. -project = u'amrex' +project = u'amrex-tutorials' copyright = u'2017-2018, AMReX Team' author = u'AMReX Team' @@ -193,6 +193,3 @@ def get_amrex_version(): author, 'amrex', 'One line description of project.', 'Miscellaneous'), ] - - -