Add .readthedocs.yml to specify mkdocs.yml path
This commit is contained in:
parent
b8c27ef1e6
commit
241f5c0eef
13
.readthedocs.yml
Normal file
13
.readthedocs.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user