From b75129dde4f9a76b307245e33070610a5d918450 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 21:04:20 -0400 Subject: [PATCH] added mkdocs config --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index b85b4bc27f..a480b305d2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,10 @@ # Required version: 2 +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + # Build documentation with MkDocs mkdocs: configuration: mkdocs.yml