diff --git a/.readthedocs.yml b/.readthedocs.yml index 446192a..ab8c388 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3" + python: "3.12" python: install: @@ -16,3 +16,4 @@ python: sphinx: builder: html fail_on_warning: true + configuration: docs/source/conf.py