diff --git a/.readthedocs.yml b/.readthedocs.yml index 22065b47d..e00841625 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,13 @@ - version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + mkdocs: configuration: mkdocs.yml python: - version: 3.8 install: - - requirements: doc/requirements.txt \ No newline at end of file + - requirements: doc/requirements.txt