mirror of
https://github.com/tkem/fsmlite.git
synced 2025-10-14 02:27:58 +08:00
16 lines
195 B
YAML
16 lines
195 B
YAML
# Configure ReadTheDocs.
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3.12"
|
|
|
|
sphinx:
|
|
configuration: "docs/conf.py"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|