2020-07-13 01:08:40 +08:00
|
|
|
version: 2
|
|
|
|
|
2023-05-05 16:59:37 +08:00
|
|
|
# Set the version of Python and other tools you might need
|
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
|
|
|
python: "3.8"
|
|
|
|
|
2023-03-02 18:06:33 +08:00
|
|
|
formats:
|
|
|
|
- epub
|
2021-07-31 14:11:50 +08:00
|
|
|
|
2020-07-13 01:08:40 +08:00
|
|
|
python:
|
2021-07-31 14:11:50 +08:00
|
|
|
install:
|
|
|
|
- requirements: requirements/docs.txt
|
|
|
|
- requirements: requirements/readthedocs.txt
|