13 lines
325 B
YAML
13 lines
325 B
YAML
|
|
# .readthedocs.yml
|
||
|
|
# Read the Docs configuration file
|
||
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||
|
|
|
||
|
|
version: 2
|
||
|
|
|
||
|
|
# Build documentation with MkDocs
|
||
|
|
mkdocs:
|
||
|
|
configuration: docs/mkdocs.yml
|
||
|
|
|
||
|
|
# Optionally set the version of Python and requirements required to build your docs
|
||
|
|
python:
|
||
|
|
version: 3.7
|