Skip to content

Commit

Permalink
Merge pull request #473 from NCAR/doc-search-fix
Browse files Browse the repository at this point in the history
fix: add sphinx_rtd_theme to extensions in conf.py
  • Loading branch information
hkershaw-brown authored May 10, 2023
2 parents 223675e + d7d6678 commit 72e5740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand All @@ -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'
]
Expand Down

0 comments on commit 72e5740

Please sign in to comment.