2019-10-06 22:57:41 +01:00
|
|
|
# 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:
|
2021-02-04 22:02:53 -05:00
|
|
|
version: 3.8
|
2019-11-03 18:35:17 +00:00
|
|
|
install:
|
2021-01-02 11:33:38 -05:00
|
|
|
- method: pip
|
|
|
|
|
path: .
|
|
|
|
|
extra_requirements:
|
2021-02-04 22:02:53 -05:00
|
|
|
- docs
|