mirror of
https://github.com/jordansissel/fpm
synced 2025-11-10 18:28:49 +01:00
15 lines
224 B
YAML
15 lines
224 B
YAML
# https://blog.readthedocs.com/build-errors-docutils-0-18/
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3.13"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|