diff --git a/.readthedocs.yml b/.readthedocs.yml index 52dd362..078dfc9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,16 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + sphinx: configuration: docs/conf.py python: - version: 3.6 install: - requirements: docs/requirements.txt