From e766e9d59b3013406c9c595cc0063f9633d8dfa1 Mon Sep 17 00:00:00 2001 From: mirzakaev_tf Date: Fri, 6 Oct 2023 17:45:04 +0500 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7adf645..43068e3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,12 +4,20 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.8" +python: + install: + - requirements: mkdocs/requirements.txt + 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 +#python: +# version: "3.8" +# install: +# - requirements: mkdocs/requirements.txt \ No newline at end of file