Обновить '.readthedocs.yaml'
This commit is contained in:
parent
42cf0772bb
commit
6d16d60727
|
@ -4,12 +4,14 @@
|
||||||
|
|
||||||
# Required
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
build:
|
||||||
|
os: "ubuntu-22.04"
|
||||||
|
tools:
|
||||||
|
python: "3.8"
|
||||||
|
|
||||||
mkdocs:
|
|
||||||
configuration: mkdocs.yml
|
|
||||||
|
|
||||||
# Optionally set the version of Python and requirements required to build your docs
|
|
||||||
python:
|
python:
|
||||||
version: "3.8"
|
install:
|
||||||
install:
|
- requirements: mkdocs/requirements.txt
|
||||||
- requirements: mkdocs/requirements.txt
|
|
||||||
|
mkdocs:
|
||||||
|
configuration: mkdocs.yml
|
Loading…
Reference in New Issue