Skip to content

Commit b0dc3f4

Browse files
committed
fix read the docs build
1 parent 193c6ca commit b0dc3f4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.readthedocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
# Required
55
version: 2
66

7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.8"
11+
712
mkdocs:
813
configuration: mkdocs.yml
914
fail_on_warning: false
@@ -13,6 +18,5 @@ mkdocs:
1318
formats: all
1419

1520
python:
16-
version: 3.7
1721
install:
1822
- requirements: docs/requirements.txt

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ bandit==1.7.5
99
black==23.3.0
1010
# type check
1111
mypy==1.4.1
12-
boto3-stubs-lite[iam,s3,sts]==1.28.41
13-
types-PyYAML==6.0.12.20240311
12+
boto3-stubs-lite[iam,s3,sts]==1.33.13
13+
types-PyYAML==6.0.12.12

0 commit comments

Comments
 (0)