forked from github.com/blag
16 lines
177 B
YAML
16 lines
177 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|
|
|
|
python:
|
|
install:
|
|
- path: .
|
|
extra_requirements:
|
|
- dev
|