Skip to content

Commit d3834da

Browse files
committed
Build CPython docs with this theme on Read the Docs
1 parent be22407 commit d3834da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .readthedocs.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
# Project page: https://readthedocs.org/projects/python-docs-theme-previews/
4+
5+
version: 2
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3"
11+
12+
commands:
13+
- git clone --depth=1 https://github.com/python/cpython
14+
- make html CPYTHON_PATH=cpython
15+
- mv cpython/Doc/build _readthedocs

0 commit comments

Comments
 (0)