build.os
This commit is contained in:
parent
7228393a48
commit
094bcb830d
|
@ -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
|
|
@ -5,7 +5,6 @@ mkdocs-include-markdown-plugin
|
|||
|
||||
mkdocs-video
|
||||
mkdocs-material==8.5.8
|
||||
mkdocs-img2fig-plugin
|
||||
mike
|
||||
|
||||
weasyprint==52.5
|
||||
|
@ -13,4 +12,6 @@ mkdocs-with-pdf
|
|||
|
||||
mkdocs-bootswatch
|
||||
|
||||
pymdown-extensions
|
||||
pymdown-extensions
|
||||
|
||||
mkdocs-glightbox==0.3.4
|
Loading…
Reference in New Issue