Skip to content

Commit 62a4dc3

Browse files
Merge pull request #2 from gspetro-NOAA/USS-535
Fix Doc CI Fail
2 parents 76ba144 + 109fe4b commit 62a4dc3

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

55
# Required
66
version: 2
7-
build:
8-
os: ubuntu-20.04
9-
tools:
10-
python: "3.9"
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.12"
11+
jobs:
12+
post_create_environment:
13+
- python -m pip install --upgrade "pip" "setuptools<81"
1114

1215
# Build documentation in the docs/ directory with Sphinx
1316
sphinx:

doc/UsersGuide/requirements.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
sphinx==7.4.7
2-
sphinx_rtd_theme
3-
sphinxcontrib-bibtex
4-
requests==2.32.2
1+
sphinx>=8.0.0
2+
sphinx_rtd_theme>=3.0.0
3+
sphinxcontrib-bibtex>=2.6.4
4+
requests>=2.32.2
5+
setuptools<81.0.0

doc/UsersGuide/requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --allow-unsafe --strip-extras requirements.in
66
#
77
alabaster==0.7.16
88
# via sphinx
@@ -50,17 +50,17 @@ six==1.16.0
5050
# pybtex
5151
snowballstemmer==2.2.0
5252
# via sphinx
53-
sphinx==7.4.7
53+
sphinx==8.0.2
5454
# via
5555
# -r requirements.in
5656
# sphinx-rtd-theme
5757
# sphinxcontrib-bibtex
5858
# sphinxcontrib-jquery
59-
sphinx-rtd-theme==2.0.0
59+
sphinx-rtd-theme==3.1.0
6060
# via -r requirements.in
6161
sphinxcontrib-applehelp==1.0.8
6262
# via sphinx
63-
sphinxcontrib-bibtex==2.6.2
63+
sphinxcontrib-bibtex==2.6.4
6464
# via -r requirements.in
6565
sphinxcontrib-devhelp==1.0.6
6666
# via sphinx
@@ -76,3 +76,9 @@ sphinxcontrib-serializinghtml==1.1.10
7676
# via sphinx
7777
urllib3==2.2.2
7878
# via requests
79+
80+
# The following packages are considered to be unsafe in a requirements file:
81+
setuptools==80.10.2
82+
# via
83+
# -r requirements.in
84+
# sphinxcontrib-bibtex

0 commit comments

Comments
 (0)