Skip to content

Commit 2d14aa5

Browse files
authored
Hello Read the Docs
1 parent 3d1fa2d commit 2d14aa5

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+
version: 2
2+
build:
3+
os: "ubuntu-22.04"
4+
tools:
5+
python: "3"
6+
7+
apt_packages:
8+
- make
9+
- gettext
10+
11+
commands:
12+
- git clone https://github.com/python/cpython.git venv/cpython/
13+
- python -m pip install --upgrade pip setuptools wheel
14+
- python -m pip install --upgrade -r requirements.txt -r venv/cpython/Doc/requirements.txt
15+
- make
16+
- mkdir -p _readthedocs/html/
17+
- cp -r venv/cpython/Doc/build/html/* _readthedocs/html/

0 commit comments

Comments
 (0)