mirror of
https://github.com/libretro/docs.git
synced 2024-11-23 08:49:57 +00:00
11 lines
207 B
YAML
11 lines
207 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install mkdocs
|
|
- pip install mkdocs-material
|
|
- pip install pymdown-extensions
|
|
- pip install mkdocs-git-revision-date-plugin
|
|
script:
|
|
- mkdocs build
|