Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/source/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+----------------+--------+-------+-----------------------------------------------------------------------------------+
+----------------+--------+-------+-----------------------------------------------------------------------------------+
11 changes: 11 additions & 0 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading