Skip to content

Commit

Permalink
Fix issues in ReadTheDocs environment and requirements files
Browse files Browse the repository at this point in the history
docs/environment_files/read_the_docs_environment.yml
- Change requested python version from 3.12 to 3.12.0

docs/environment_files/read_the_docs_requirements.txt
- Removed "python==3.12".  The Python version is set in the
  readthedocs.yaml file.

.readthedocs/yaml
- Updated python version for RTD builds from 3.7 to 3.12.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Mar 14, 2024
1 parent f7d0dc5 commit 85065a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.12"
nodejs: "14"
rust: "1.55"
golang: "1.17"
Expand Down
2 changes: 1 addition & 1 deletion docs/environment_files/read_the_docs_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python==3.12
- python==3.12.0
- sphinx==7.2.6
- sphinx_rtd_theme==2.0.0
- sphinxcontrib-bibtex==2.6.2
Expand Down
3 changes: 1 addition & 2 deletions docs/environment_files/read_the_docs_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
#
# $ pip install -r read_the_docs_requirements.txt
# ======================================================================
python==3.12
sphinx==7.2.6
sphinx_rtd_theme==2.0.0
sphinxcontrib-bibtex==2.6.2
sphinx-autobuild==2021.3.14
recommonmark==0.7.1
docutils==0.22.1
docutils==0.20.1
jinja2==3.1.3


0 comments on commit 85065a7

Please sign in to comment.