2020-08-02 01:21:36 +08:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
python:
|
|
|
|
install:
|
2022-12-13 20:54:48 +08:00
|
|
|
# Install pytest first, then doc/en/requirements.txt.
|
|
|
|
# This order is important to honor any pins in doc/en/requirements.txt
|
|
|
|
# when the pinned library is also a dependency of pytest.
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
- requirements: doc/en/requirements.txt
|
2020-08-02 01:21:36 +08:00
|
|
|
|
2023-10-23 20:56:33 +08:00
|
|
|
sphinx:
|
|
|
|
configuration: doc/en/conf.py
|
|
|
|
fail_on_warning: true
|
|
|
|
|
2021-09-03 07:40:41 +08:00
|
|
|
build:
|
2021-10-30 22:21:14 +08:00
|
|
|
os: ubuntu-20.04
|
|
|
|
tools:
|
|
|
|
python: "3.9"
|
2021-09-03 07:40:41 +08:00
|
|
|
apt_packages:
|
|
|
|
- inkscape
|
|
|
|
|
2020-08-02 01:21:36 +08:00
|
|
|
formats:
|
|
|
|
- epub
|
|
|
|
- pdf
|
2021-11-27 20:15:16 +08:00
|
|
|
- htmlzip
|