diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..915804c6 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +mkdocs: + configuration: mkdocs.yml + fail_on_warning: true + +formats: + - htmlzip + - pdf + - epub