Skip to content

Commit

Permalink
fix read the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Jul 17, 2024
1 parent 193c6ca commit b0dc3f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
Expand All @@ -13,6 +18,5 @@ mkdocs:
formats: all

python:
version: 3.7
install:
- requirements: docs/requirements.txt
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ bandit==1.7.5
black==23.3.0
# type check
mypy==1.4.1
boto3-stubs-lite[iam,s3,sts]==1.28.41
types-PyYAML==6.0.12.20240311
boto3-stubs-lite[iam,s3,sts]==1.33.13
types-PyYAML==6.0.12.12

0 comments on commit b0dc3f4

Please sign in to comment.