Skip to content

Commit bd7e5fe

Browse files
committed
doc: readthedocs build settings
1 parent 3329762 commit bd7e5fe

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.readthedocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.9"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/source/conf.py
@@ -19,6 +25,5 @@ sphinx:
1925

2026
# Optionally set the version of Python and requirements required to build your docs
2127
python:
22-
version: 3.8
2328
install:
2429
- requirements: docs/source/requirements.txt

docs/source/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ imagesize==1.2.0
1010
Jinja2==2.11.2
1111
jsonpointer==2.0
1212
MarkupSafe==1.1.1
13-
numpy==1.19.2
13+
numpy==1.23.4
1414
opencv-python==4.4.0.44
1515
packaging==20.4
1616
pandas==1.1.2
@@ -34,6 +34,6 @@ sphinxcontrib-htmlhelp==1.0.3
3434
sphinxcontrib-jsmath==1.0.1
3535
sphinxcontrib-qthelp==1.0.3
3636
sphinxcontrib-serializinghtml==1.1.4
37-
torch==1.6.0
37+
torch==2.1.1
3838
tqdm==4.49.0
3939
urllib3==1.25.10

0 commit comments

Comments
 (0)