From 1aee031a3aebae42c93baf5417a5b1fcb52cfef7 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Wed, 10 Feb 2021 07:01:33 -0800 Subject: [PATCH] rtd attempt --- .readthedocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..4f77e02 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,10 @@ +# .readthedocs.yml +# 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 docs/ directory with Sphinx +sphinx: + configuration: python/docs/conf.py