редакция yaml

This commit is contained in:
mirzakaev_tf 2023-10-06 17:45:04 +05:00
parent bb818daf19
commit e766e9d59b
1 changed files with 12 additions and 4 deletions

View File

@ -4,12 +4,20 @@
# Required # Required
version: 2 version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python:
install:
- requirements: mkdocs/requirements.txt
mkdocs: mkdocs:
configuration: mkdocs.yml configuration: mkdocs.yml
# Optionally set the version of Python and requirements required to build your docs # Optionally set the version of Python and requirements required to build your docs
python: #python:
version: "3.8" # version: "3.8"
install: # install:
- requirements: mkdocs/requirements.txt # - requirements: mkdocs/requirements.txt