From 0704f68e4b99dac53245b77344537b35b8802edd Mon Sep 17 00:00:00 2001 From: lapina_ry Date: Mon, 9 Oct 2023 10:14:24 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'.readthedocs.yaml'?= 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..0b7bd5a 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