diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7adf645..61e9d87 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,12 +4,14 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.8" -mkdocs: - configuration: mkdocs.yml - -# Optionally set the version of Python and requirements required to build your docs python: - version: "3.8" - install: - - requirements: mkdocs/requirements.txt \ No newline at end of file + install: + - requirements: mkdocs/requirements.txt + +mkdocs: + configuration: mkdocs.yml \ No newline at end of file