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

Commit7b3e5d0

Browse files
authored
Hello Read the Docs (#103)
1 parent86bb549 commit7b3e5d0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ venv/
1313
.pospell/
1414
.potodo/
1515
.venv/
16+
_readthedocs/html/

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