Skip to content

Commit 72e5740

Browse files
Merge pull request #473 from NCAR/doc-search-fix
fix: add sphinx_rtd_theme to extensions in conf.py
2 parents 223675e + d7d6678 commit 72e5740

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ individual files.
2222

2323
The changes are now listed with the most recent at the top.
2424

25+
**May 10 2023 :: Doc-fix. Tag v10.7.2**
26+
27+
- conf.py changes for latest readthedocs. Fixes search and flyout menu.
28+
2529
**May 8 2023 :: CLM-DART: CAM reanalysis site-level bias correction tool. Tag v10.7.1**
2630

2731
- Initial version of bias correction for CAM reanalysis forcing for

conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Data Assimilation Research Section'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '10.7.1'
24+
release = '10.7.2'
2525
master_doc = 'README'
2626

2727
# -- General configuration ---------------------------------------------------
@@ -30,6 +30,7 @@
3030
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3131
# ones.
3232
extensions = [
33+
'sphinx_rtd_theme',
3334
'sphinx.ext.autodoc',
3435
'sphinx.ext.mathjax'
3536
]

0 commit comments

Comments
 (0)