2020-05-19 05:59:31 +08:00
|
|
|
version: 2
|
2021-12-23 10:58:07 +08:00
|
|
|
build:
|
2023-11-10 00:39:48 +08:00
|
|
|
os: ubuntu-22.04
|
2021-12-23 10:58:07 +08:00
|
|
|
tools:
|
2024-04-08 01:24:40 +08:00
|
|
|
python: '3.12'
|
2020-05-19 05:59:31 +08:00
|
|
|
python:
|
|
|
|
install:
|
2020-05-24 05:03:11 +08:00
|
|
|
- requirements: requirements/docs.txt
|
2020-05-19 05:59:31 +08:00
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
sphinx:
|
2025-03-30 05:37:13 +08:00
|
|
|
configuration: docs/conf.py
|
2020-05-19 05:59:31 +08:00
|
|
|
builder: dirhtml
|
2021-02-17 00:36:14 +08:00
|
|
|
fail_on_warning: true
|