From ac9532657f2911ba9cadb17eccc896a11cc8d6d0 Mon Sep 17 00:00:00 2001 From: Benjamin Farley Date: Fri, 11 Jun 2021 14:55:10 -0600 Subject: [PATCH] chore: Add readthedocs config This is primarily to add explicit ignoring of submodules. --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..c97ac305f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the doc/ directory with Sphinx +sphinx: + configuration: doc/conf.py + +# Don't need to build documentation for test vectors or any other +# sub modules +submodules: + exclude: all