temmies/.readthedocs.yaml

15 lines
222 B
YAML
Raw Normal View History

2024-02-13 20:35:26 +01:00
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
2024-02-13 20:46:18 +01:00
python:
install:
- ["sphinx-rtd-theme"]
2024-02-13 20:35:26 +01:00
sphinx:
configuration: docs/conf.py