Skip to content

Commit e936e84

Browse files
authored
fix: Readthedocs build (#3200)
* fix: readthedocs build * missing requirements.txt * static checks * refresh uv.lock
1 parent 672d943 commit e936e84

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

.readthedocs.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ formats: all
44
build:
55
os: ubuntu-22.04
66
tools:
7-
python: miniconda3-4.7
8-
9-
conda:
10-
environment: docs/environment.yml
7+
python: "3.13"
118

129
sphinx:
1310
configuration: docs/source/conf.py
11+
12+
python:
13+
install:
14+
- requirements: docs/source/requirements.txt
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- docs

docs/source/layers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,4 +607,4 @@ Version 3.13.0
607607
| cn-northwest-1 | 3.9 | x86_64| arn:aws-cn:lambda:cn-northwest-1:406640652441:layer:AWSSDKPandas-Python39:20 |
608608
+----------------+--------+-------+-----------------------------------------------------------------------------------+
609609
| cn-northwest-1 | 3.9 | arm64 | arn:aws-cn:lambda:cn-northwest-1:406640652441:layer:AWSSDKPandas-Python39-Arm64:4 |
610-
+----------------+--------+-------+-----------------------------------------------------------------------------------+
610+
+----------------+--------+-------+-----------------------------------------------------------------------------------+

docs/source/requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
myst_parser
2+
nbsphinx
3+
nbsphinx-link
4+
sphinx==7.1.2
5+
sphinx-autodoc-typehints
6+
sphinx_bootstrap_theme
7+
sphinx-copybutton
8+
IPython
9+
ipykernel
10+
pip
11+
pandoc

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)