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