2023-04-30 13:02:03 +08:00
|
|
|
# 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:
|
2024-08-02 14:45:14 +08:00
|
|
|
os: ubuntu-24.04
|
2023-04-30 13:02:03 +08:00
|
|
|
tools:
|
|
|
|
python: "3"
|
|
|
|
|
|
|
|
commands:
|
2024-06-24 03:47:59 +08:00
|
|
|
- asdf plugin add uv
|
|
|
|
- asdf install uv latest
|
|
|
|
- asdf global uv latest
|
2023-04-30 13:02:03 +08:00
|
|
|
- make -C Doc venv html
|
|
|
|
- mkdir _readthedocs
|
|
|
|
- mv Doc/build/html _readthedocs/html
|