Asib27's picture
try 1
065fee7 verified
raw
history blame
223 Bytes
---
version: 2
build:
os: ubuntu-22.04
tools:
python: >-
3.9
python:
install:
- requirements: requirements/doc.txt
sphinx:
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true
...