2019-06-22 22:22:39 +00:00
|
|
|
# .readthedocs.yml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
2024-05-27 18:27:46 +00:00
|
|
|
formats:
|
|
|
|
- htmlzip
|
|
|
|
# we can't build epub / pdf
|
|
|
|
|
2019-06-22 22:22:39 +00:00
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: docs/requirements-doc.txt
|
2022-01-27 08:03:50 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
os: ubuntu-20.04
|
|
|
|
tools:
|
2024-02-24 02:05:11 +00:00
|
|
|
python: "3.12"
|
2023-09-30 23:41:02 +00:00
|
|
|
nodejs: "20"
|