ReadTheDocs support
This commit is contained in:
parent
c22049f499
commit
a18a6a8bbf
23
.readthedocs.yaml
Normal file
23
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# .readthedocs.yaml
|
||||||
|
# Read the Docs configuration file
|
||||||
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||||
|
|
||||||
|
version: 0.1 Beta 1
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: fedora-40
|
||||||
|
tools:
|
||||||
|
python: "3.12.3"
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/source/conf.py
|
||||||
|
|
||||||
|
formats:
|
||||||
|
- pdf
|
||||||
|
- epub
|
||||||
|
- html
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: requirements.txt
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user