diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..9465ee3e --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - requirements: docs/requirements.txt + # Install diart before building the docs + - method: pip + path: . + +sphinx: + configuration: docs/conf.py \ No newline at end of file