From 241f5c0eef7aa798e9f818c398de32c20fb8275b Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Thu, 30 Jul 2020 20:50:50 +0100 Subject: [PATCH] Add .readthedocs.yml to specify mkdocs.yml path --- .readthedocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..0b89db9 --- /dev/null +++ b/.readthedocs.yml @@ -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 \ No newline at end of file