This commit is contained in:
GafarovaGG
2022-05-26 15:25:07 +05:00
parent d47ecc8944
commit 6e8e96b0c0
5 changed files with 49 additions and 36 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