mirror of
https://github.com/python/cpython.git
synced 2024-11-23 09:54:58 +08:00
757bcfd6a6
Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
22 lines
471 B
YAML
22 lines
471 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
# Project page: https://readthedocs.org/projects/cpython-previews/
|
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: Doc/conf.py
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3"
|
|
|
|
commands:
|
|
- asdf plugin add uv
|
|
- asdf install uv latest
|
|
- asdf global uv latest
|
|
- make -C Doc venv html
|
|
- mkdir _readthedocs
|
|
- mv Doc/build/html _readthedocs/html
|