Попытка2 оживить доки..

This commit is contained in:
2022-09-27 18:37:24 +03:00
parent 27355ff484
commit 9a58a2d7c7

View File

@@ -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: .
- requirements: requirements.txt