* fix: support docs/tests extras, simpler RtD install Use oldest-supported-numpy from SciPy in example * chore: bump to ubuntu-20.04 images * fix: move extras to setup so we can do combinations
15 lines
267 B
YAML
15 lines
267 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
version: 2
|
|
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|