Skip to content

Commit 7b3e5d0

Browse files
authored
Hello Read the Docs (#103)
1 parent 86bb549 commit 7b3e5d0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ venv/
1313
.pospell/
1414
.potodo/
1515
.venv/
16+
_readthedocs/html/

.readthedocs.yaml

+17
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)