From b0d585c0ff4cbf97d10f4af6954efe57991aa004 Mon Sep 17 00:00:00 2001 From: gruebel Date: Wed, 17 Jul 2024 23:08:02 +0200 Subject: [PATCH] fix read the docs build --- .readthedocs.yml | 6 +++++- requirements-dev.txt | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 59db4de0..9ca3d459 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + mkdocs: configuration: mkdocs.yml fail_on_warning: false @@ -13,6 +18,5 @@ mkdocs: formats: all python: - version: 3.7 install: - requirements: docs/requirements.txt diff --git a/requirements-dev.txt b/requirements-dev.txt index 966c8c70..6d8f594c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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