blob: 5f53d3368039f5aef5acdbae8332465acee5b0f9 [file] [log] [blame]
# Read the Docs configuration file
version: 2
sphinx:
builder: html
configuration: docs/conf.py
build:
image: testing
python:
version: 3.8
system_packages: True
install:
- method: pip
path: .
extra_requirements:
- all
- docs