From b616e7b55b352fa802a7f0edd68f1739cbf1048f Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 17 Apr 2024 22:53:39 -0400 Subject: [PATCH] [DCOS] --- docs/.readthedocs.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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