11 lines
166 B
YAML
11 lines
166 B
YAML
|
|
version: 2
|
||
|
|
|
||
|
|
# Set the version of Python and other tools you might need
|
||
|
|
build:
|
||
|
|
os: ubuntu-20.04
|
||
|
|
tools:
|
||
|
|
python: "3.9"
|
||
|
|
|
||
|
|
mkdocs:
|
||
|
|
configuration: docs/mkdocs.yml
|