blob: 27b6082a172a0453297365c6fa897b6480ce0dbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
build:
os: ubuntu-20.04
tools:
python: '3.9'
formats: all
python:
install:
- requirements: doc/sphinx/src/requirements.txt
sphinx:
configuration: doc/sphinx/conf.py
fail_on_warning: true
version: 2
|