перенос инструкций

This commit is contained in:
2023-04-06 14:26:20 +05:00
commit 43b88a9771
2429 changed files with 19872 additions and 0 deletions

15
.readthedocs.yaml Normal file
View File

@ -0,0 +1,15 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
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