From 4754c5ee5abde0cb2a45288581cdb65fd3afd44b Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 14 Jan 2025 11:38:13 -0600 Subject: [PATCH] adding patch for sphinx configuration in rtd.yaml --- ...add-sphinx-configuration-to-rtd.yaml.patch | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 patches/0001-add-sphinx-configuration-to-rtd.yaml.patch diff --git a/patches/0001-add-sphinx-configuration-to-rtd.yaml.patch b/patches/0001-add-sphinx-configuration-to-rtd.yaml.patch new file mode 100644 index 0000000..47332f5 --- /dev/null +++ b/patches/0001-add-sphinx-configuration-to-rtd.yaml.patch @@ -0,0 +1,26 @@ +From 0e4e3ab23acf83d546be3e0dd8cb47137034a32c Mon Sep 17 00:00:00 2001 +From: foamyguy +Date: Tue, 14 Jan 2025 11:32:34 -0600 +Subject: [PATCH] add sphinx configuration to rtd.yaml + +--- + .readthedocs.yaml | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/.readthedocs.yaml b/.readthedocs.yaml +index 33c2a61..88bca9f 100644 +--- a/.readthedocs.yaml ++++ b/.readthedocs.yaml +@@ -8,6 +8,9 @@ + # Required + version: 2 + ++sphinx: ++ configuration: docs/conf.py ++ + build: + os: ubuntu-20.04 + tools: +-- +2.48.0 +