Обновить '.readthedocs.yaml'

This commit is contained in:
lapina_ry 2023-10-09 10:14:24 +05:00
parent 786b800798
commit 0704f68e4b
1 changed files with 12 additions and 4 deletions

View File

@ -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
# python:
# version: "3.8"
# install:
# - requirements: mkdocs/requirements.txt