Asib27's picture
try 1
065fee7 verified
raw
history blame
325 Bytes
---
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_create_environment:
- >-
pip install .
--config-settings=pure-python=true
python:
install:
- requirements: requirements/doc.txt
sphinx:
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true
...