mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 08:44:51 -06:00
11 lines
157 B
YAML
11 lines
157 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|