mirror of
https://github.com/olofk/serv.git
synced 2025-04-19 19:37:06 -04:00
16 lines
279 B
YAML
16 lines
279 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: doc/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: doc/requirements.txt
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.11"
|