Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d14aa5

Browse files
authored
Hello Read the Docs
1 parent3d1fa2d commit2d14aa5

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)

[8]ページ先頭

©2009-2025 Movatter.jp