From f00cf5652c6753b7070d63222f9dfd0c96ff76d7 Mon Sep 17 00:00:00 2001 From: Tobias Rohrer Date: Sun, 8 Oct 2023 14:17:34 +0200 Subject: [PATCH 1/2] Create .readthedocs.yml --- .readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..da1a784 --- /dev/null +++ b/.readthedocs.yml @@ -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 From 8f9702c85284ca464b115548fb1b178424c00060 Mon Sep 17 00:00:00 2001 From: Tobias Rohrer Date: Sun, 8 Oct 2023 14:18:44 +0200 Subject: [PATCH 2/2] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index da1a784..517d597 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,4 +6,4 @@ version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py