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 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 new file mode 100644 index 000000000..046bedb43 --- /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 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" },