diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..f9a5741e --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 +formats: all +sphinx: + configuration: docs/conf.py + fail_on_warning: true +build: + os: ubuntu-22.04 + tools: + # For available versions, see: + # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python + python: "3.10" # Keep in sync with .github/workflows/main.yml +python: + install: + - requirements: docs/requirements.txt + - path: .