mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-03-06 19:37:49 +00:00
11 lines
162 B
YAML
11 lines
162 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|