File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ individual files.
22
22
23
23
The changes are now listed with the most recent at the top.
24
24
25
+ **May 10 2023 :: Doc-fix. Tag v10.7.2 **
26
+
27
+ - conf.py changes for latest readthedocs. Fixes search and flyout menu.
28
+
25
29
**May 8 2023 :: CLM-DART: CAM reanalysis site-level bias correction tool. Tag v10.7.1 **
26
30
27
31
- Initial version of bias correction for CAM reanalysis forcing for
Original file line number Diff line number Diff line change 21
21
author = 'Data Assimilation Research Section'
22
22
23
23
# The full version, including alpha/beta/rc tags
24
- release = '10.7.1 '
24
+ release = '10.7.2 '
25
25
master_doc = 'README'
26
26
27
27
# -- General configuration ---------------------------------------------------
30
30
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31
31
# ones.
32
32
extensions = [
33
+ 'sphinx_rtd_theme' ,
33
34
'sphinx.ext.autodoc' ,
34
35
'sphinx.ext.mathjax'
35
36
]
You can’t perform that action at this time.
0 commit comments