From 9a58a2d7c788330ef600fd7a61ed2a48be264b87 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Tue, 27 Sep 2022 18:37:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B02=20?= =?UTF-8?q?=D0=BE=D0=B6=D0=B8=D0=B2=D0=B8=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=D0=B8..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ec848a6..9aa6d65 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,16 +1,21 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required version: 2 +# Set the version of Python and other tools you might need build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.8" mkdocs: configuration: mkdocs.yml - fail_on_warning: false +# Optionally declare the Python requirements required to build your docs python: + version: "3.8" install: - - requirements: requirements.txt - - method: pip - path: . \ No newline at end of file + - requirements: requirements.txt