From 4721a2bbda642fdbae6c6153abbe4c600bc2462b Mon Sep 17 00:00:00 2001 From: Zach Sherman <19153455+zssherman@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:19:33 -0500 Subject: [PATCH] DOC: Found the fix for title issue. (#872) --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 45a0ac818b..b55ab266fd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Atmospheric data Community Toolkit documentation build configuration file, created by +# ACT Documentation build configuration file, created by # sphinx-quickstart on Thu Jun 28 12:35:56 2018. # # This file is execfile()d with the current directory set to its @@ -137,7 +137,7 @@ # a list of builtin themes. # html_theme = 'pydata_sphinx_theme' - +html_title = 'ACT Documentation' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.