Skip to content

Commit 65e8315

Browse files
authored
Merge pull request #687 from VChristiaens/master
Adapted readthedocs instructions to fetch pre-built html pages instead of full compilation
2 parents 87056ca + 71ffac9 commit 65e8315

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.readthedocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# .readthedocs.yml
2+
3+
version: 2
4+
5+
python:
6+
install:
7+
- requirements: docs/requirements.txt
8+
9+
build:
10+
os: "ubuntu-22.04"
11+
tools:
12+
python: "3.10"
13+
jobs:
14+
build:
15+
html:
16+
- mkdir -p $READTHEDOCS_OUTPUT/html/
17+
- cp -r docs/build/html/* $READTHEDOCS_OUTPUT/html/

readthedocs.yml renamed to readthedocs_full_compilation_timeout_error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# .readthedocs.yml
1+
# .readthedocs_timeout_error.yml
22

33
version: 2
44

0 commit comments

Comments
 (0)