diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1c7fceb1..ced27b26 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,14 @@ +version: 2 + build: os: ubuntu-22.04 tools: python: "mambaforge-4.10" + sphinx: builder: html + configuration: docs/source/conf.py + fail_on_warning: true + +conda: + environment: environment.yml