diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..fde3c16ef8 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +version: 2 + +formats: + - htmlzip + +build: + os: ubuntu-24.04 + tools: + python: "3.13" + +python: + install: + - requirements: doc/requirements.txt + +sphinx: + configuration: doc/conf.py diff --git a/doc/.readthedocs.yml b/doc/.readthedocs.yml deleted file mode 100644 index e80d705bc6..0000000000 --- a/doc/.readthedocs.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2 - -formats: - - htmlzip - -build: - os: ubuntu-22.04 - tools: - python: "3.11" - -python: - install: - - requirements: requirements.txt - -sphinx: - configuration: conf.py