mirror of
https://github.com/libretro/docs.git
synced 2024-11-23 16:59:40 +00:00
10 lines
159 B
YAML
10 lines
159 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install mkdocs
|
|
- pip install mkdocs-material
|
|
- pip install pymdown-extensions
|
|
script:
|
|
- mkdocs build
|