12345678910111213141516171819202122232425262728293031 |
- version: 2
- sphinx:
- fail_on_warning: false
- builder: html
- configuration: _source/conf.py
- build:
- image: latest
- formats:
- - pdf
- python:
- version: 3.8
- install:
- - requirements: requirements.txt
- - method: pip
- path: .
|