Skip to content

Commit 94bc1b2

Browse files
authored
Merge pull request #701 from Cadair/old-rtd-migration
Migrate (old site) to RTD
2 parents 6fa4a54 + 7902dda commit 94bc1b2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-24.04
8+
apt_packages:
9+
- rsync
10+
tools:
11+
python: "3.13"
12+
jobs:
13+
build:
14+
html:
15+
- echo $READTHEDOCS_OUTPUT
16+
- mkdir --parents $READTHEDOCS_OUTPUT/html/
17+
- rsync -avz --exclude .git --exclude ".*" --exclude _readthedocs --exclude "*.py" --exclude CNAME ./ _readthedocs/html

0 commit comments

Comments
 (0)