From 2a61e1d3e2d3e6828c5156309471f97e9f129149 Mon Sep 17 00:00:00 2001 From: Jess <20195932+wrongkindofdoctor@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:51:25 -0400 Subject: [PATCH] Fix sphinx issues (#485) * update logo path in conf.py * Update conf.py * remove debugging line from conf.py --- doc/conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index d8b7ab248..39373b40e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,16 +67,15 @@ def __init__(self, units=None, calendar=None, formatted=False, names=False, # -- Project information ----------------------------------------------------- project = u'MDTF Diagnostics' -copyright = u'2022, Model Diagnostics Task Force' +copyright = u'2023, Model Diagnostics Task Force' author = u'Model Diagnostics Task Force' # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'3.0' +release = u'3.3' # only used for resolving relative links in markdown docs -# use develop branch because that's what readthedocs is configured to use _project_github_url = 'https://github.com/NOAA-GFDL/MDTF-diagnostics/tree/main/' # -- General configuration --------------------------------------------------- @@ -236,7 +235,7 @@ def __init__(self, units=None, calendar=None, formatted=False, names=False, 'latex/latexmkrc' ] -latex_logo = 'img/CPO_MAPP_MDTF_Logo.jpg' +latex_logo = 'img/logo_MDTF.png' # # For "manual" documents, if this is true, then top-level headings are # # parts, not chapters.