Add .readthedocs.yml to specify mkdocs.yml path
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user