28 lines
437 B
YAML
28 lines
437 B
YAML
# .readthedocs.yaml
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
<<<<<<< HEAD
|
|
version: "latest"
|
|
=======
|
|
version: 1
|
|
>>>>>>> 306459b (Fixed ReadTheDocs support)
|
|
|
|
build:
|
|
os: fedora-40
|
|
tools:
|
|
python: "3.12.3"
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
formats:
|
|
- pdf
|
|
- epub
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
- method: pip
|
|
|