diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9d32b0e058..77e0059aff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,10 @@ individual files. The changes are now listed with the most recent at the top. +**May 10 2023 :: Doc-fix. Tag v10.7.2** + +- conf.py changes for latest readthedocs. Fixes search and flyout menu. + **May 8 2023 :: CLM-DART: CAM reanalysis site-level bias correction tool. Tag v10.7.1** - Initial version of bias correction for CAM reanalysis forcing for diff --git a/conf.py b/conf.py index 936109bdc1..e98918a484 100644 --- a/conf.py +++ b/conf.py @@ -21,7 +21,7 @@ author = 'Data Assimilation Research Section' # The full version, including alpha/beta/rc tags -release = '10.7.1' +release = '10.7.2' master_doc = 'README' # -- General configuration --------------------------------------------------- @@ -30,6 +30,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ + 'sphinx_rtd_theme', 'sphinx.ext.autodoc', 'sphinx.ext.mathjax' ]