mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
11 lines
156 B
YAML
11 lines
156 B
YAML
|
version: 2
|
||
|
build:
|
||
|
os: ubuntu-20.04
|
||
|
tools:
|
||
|
python: "3.9"
|
||
|
mkdocs:
|
||
|
configuration: mkdocs.yml
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: requirements.txt
|