Skip to content

Commit fedc19a

Browse files
committed
Add a RTD file to copy html sources
1 parent 6fa4a54 commit fedc19a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
*.py[co]
22
*.DS_STORE
3+
_build/
4+
credits.rst
5+

.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)