Skip to content

Commit 61d2cdf

Browse files
committed
Omit building ratspy from source for RTD
1 parent a8cc5cb commit 61d2cdf

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

ratspy/.readthedocs.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ build:
88
os: ubuntu-24.04
99
tools:
1010
python: "3.12"
11-
jobs:
12-
pre_build:
13-
- asdf install rust 1.90.0
14-
- asdf global rust 1.90.0
15-
- py=$(which python) && base="${py%python}" && export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${base}../lib" && cd ratspy && cargo run --bin stub_gen --no-default-features
16-
- cd ratspy && maturin build
17-
- file=target/wheels/*.whl && pip install ${file}
1811

1912
sphinx:
2013
configuration: ratspy/docs/conf.py

ratspy/docs/requirements.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,4 @@ numpy==2.2.3
44
sphinx_rtd_theme==3.0.1
55
numpydoc==1.8.0
66
myst-parser==4.0.1
7-
maturin
8-
numpy
9-
pandas
10-
pyyaml
11-
matplotlib
12-
seaborn
13-
memory_profiler
14-
tsaug
15-
aeon
16-
liac-arff
17-
tqdm
187
ratspy

0 commit comments

Comments
 (0)