From e6e5e34c1ead33c4e428f297855d89f5b24a6605 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth <35384120+rfaircloth-splunk@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:39:53 -0400 Subject: [PATCH] Fix/rtd submodules (#94) (#95) Exclude submodules --- .readthedocs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..2880d22 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,12 @@ +version: 2 + +# Build documentation with MkDocs +mkdocs: + configuration: mkdocs.yml + +# Optionally build your docs in additional formats such as PDF and ePub + +formats: all + +submodules: + exclude: all \ No newline at end of file