Add .readthedocs.yml to specify mkdocs.yml path

This commit is contained in:
Vikash Kothary 2020-07-30 20:50:50 +01:00
parent b8c27ef1e6
commit 241f5c0eef

13
.readthedocs.yml Normal file
View File

@ -0,0 +1,13 @@
# .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