diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..ff56560 --- /dev/null +++ b/.readthedocs.yaml @@ -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 +