From a26fd8abf42a99eef23116121d833397ff8bff57 Mon Sep 17 00:00:00 2001 From: tooyosi Date: Tue, 11 Jun 2024 12:27:38 -0500 Subject: [PATCH] add readthedocs.yaml file --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..da1a784 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +# 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: docs/conf.py