diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index f09f0e8f..652488b9 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -1,16 +1,11 @@ +--- version: 2 - build: os: ubuntu-22.04 tools: python: "3.11" - mkdocs: configuration: docs/mkdocs.yml - python: - version: 3.11 - -requirements_file: docs/requirements.txt - -formats: [] \ No newline at end of file + install: + - requirements: docs/requirements.txt \ No newline at end of file