From 7c454d3790e520a190c7ff36049a76c34497b032 Mon Sep 17 00:00:00 2001 From: kukushking Date: Wed, 10 Sep 2025 16:13:54 +0200 Subject: [PATCH 1/4] fix: readthedocs build --- .readthedocs.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index db39ae536..f0472fb37 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,10 +4,15 @@ formats: all build: os: ubuntu-22.04 tools: - python: miniconda3-4.7 - -conda: - environment: docs/environment.yml + python: "3.13" sphinx: configuration: docs/source/conf.py + +python: + install: + - requirements: docs/source/requirements.txt + - method: pip + path: . + extra_requirements: + - docs \ No newline at end of file From 950eb6608d83495d0bce0f2818f6d0fa91640465 Mon Sep 17 00:00:00 2001 From: kukushking Date: Wed, 10 Sep 2025 16:16:57 +0200 Subject: [PATCH 2/4] missing requirements.txt --- docs/source/requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/source/requirements.txt diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt new file mode 100644 index 000000000..546a1fcd3 --- /dev/null +++ b/docs/source/requirements.txt @@ -0,0 +1,11 @@ +myst_parser +nbsphinx +nbsphinx-link +sphinx==7.1.2 +sphinx-autodoc-typehints +sphinx_bootstrap_theme +sphinx-copybutton +IPython +ipykernel +pip +pandoc \ No newline at end of file From 1ac51511e8830ac0c0ca90f2842f77a59f5ad420 Mon Sep 17 00:00:00 2001 From: kukushking Date: Wed, 10 Sep 2025 16:40:48 +0200 Subject: [PATCH 3/4] static checks --- docs/source/layers.rst | 2 +- docs/source/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/layers.rst b/docs/source/layers.rst index 0d2eca4cb..6d2164f12 100644 --- a/docs/source/layers.rst +++ b/docs/source/layers.rst @@ -607,4 +607,4 @@ Version 3.13.0 | cn-northwest-1 | 3.9 | x86_64| arn:aws-cn:lambda:cn-northwest-1:406640652441:layer:AWSSDKPandas-Python39:20 | +----------------+--------+-------+-----------------------------------------------------------------------------------+ | cn-northwest-1 | 3.9 | arm64 | arn:aws-cn:lambda:cn-northwest-1:406640652441:layer:AWSSDKPandas-Python39-Arm64:4 | -+----------------+--------+-------+-----------------------------------------------------------------------------------+ \ No newline at end of file ++----------------+--------+-------+-----------------------------------------------------------------------------------+ diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 546a1fcd3..046bedb43 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -8,4 +8,4 @@ sphinx-copybutton IPython ipykernel pip -pandoc \ No newline at end of file +pandoc From dd9f5d963540b11245e0c7a38808cd0822f9b323 Mon Sep 17 00:00:00 2001 From: kukushking Date: Wed, 10 Sep 2025 16:41:04 +0200 Subject: [PATCH 4/4] refresh uv.lock --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index b07d6491c..98fb3cf07 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.9, <4.0" resolution-markers = [ "python_full_version >= '3.14'", @@ -583,7 +583,7 @@ dev = [ { name = "pydot", specifier = ">=3.0.3,<5" }, { name = "pyparsing", specifier = ">=3.2.1,<4" }, { name = "pytest", specifier = ">=8.3.4,<9" }, - { name = "pytest-cov", specifier = "~=6.0" }, + { name = "pytest-cov", specifier = ">=6,<8" }, { name = "pytest-rerunfailures", specifier = ">=15,<17" }, { name = "pytest-timeout", specifier = ">=2.3.1,<3" }, { name = "pytest-xdist", specifier = ">=3.6.1,<4" },