File tree 3 files changed +20
-15
lines changed
3 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ version: 2
14
14
build :
15
15
os : ubuntu-22.04
16
16
tools :
17
- python : " 3.7 "
17
+ python : " 3.12 "
18
18
nodejs : " 14"
19
19
rust : " 1.55"
20
20
golang : " 1.17"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased] - TBD
9
+ ### Changed
10
+ - Updated Python package versions for ReadTheDocs in ` docs/requirements.txt `
11
+ - Now request Python 3.12 for ReadTheDocs builds in
12
+ ` .readthedocs.yaml `
13
+
8
14
## [ 3.8.0] - 2024-02-07
9
15
### Changed
10
16
- Updated TOMAS_Jeagle sea salt extension
Original file line number Diff line number Diff line change 1
- # Requirements for building the HEMCO documentation
1
+ # ======================================================================
2
+ # ReadTheDocs requirements file
2
3
#
3
- # NOTE: Use specific versions for Python packages instead of upper
4
- # bounds. Using an upper bound will not necessarily install the
5
- # intended version if there already is a version that meets the
6
- # criteria present in the Python environment.
7
- # -- Bob Yantosca and Lizzie Lundgren (30 Jun 2022)
4
+ # If you wish to install the dependencies for building the ReadTheDocs
5
+ # ReadTheDocs documentation from PyPI (the Python Package Index), use:
8
6
#
9
- # The following package versions have been proven to work together:
10
- #
11
- sphinx == 3.5.4
12
- sphinx_rtd_theme == 0.5.2
13
- sphinxcontrib-bibtex == 2.2.0
14
- recommonmark
15
- docutils == 0.16
16
- jinja2 == 3.0.3
7
+ # $ pip install -r requirements.txt
8
+ # ======================================================================
9
+ sphinx == 7.2.6
10
+ sphinx_rtd_theme == 2.0.0
11
+ sphinxcontrib-bibtex == 2.6.2
12
+ sphinx-autobuild == 2021.3.14
13
+ recommonmark == 0.7.1
14
+ docutils == 0.20.1
15
+ jinja2 == 3.1.3
You can’t perform that action at this time.
0 commit comments