Skip to content

Commit d4b5090

Browse files
authored
Merge pull request #393 from FoamyGuy/sphinx_config_patch
adding patch for sphinx configuration in rtd.yaml
2 parents 2ead329 + 4754c5e commit d4b5090

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From 0e4e3ab23acf83d546be3e0dd8cb47137034a32c Mon Sep 17 00:00:00 2001
2+
From: foamyguy <[email protected]>
3+
Date: Tue, 14 Jan 2025 11:32:34 -0600
4+
Subject: [PATCH] add sphinx configuration to rtd.yaml
5+
6+
---
7+
.readthedocs.yaml | 3 +++
8+
1 file changed, 3 insertions(+)
9+
10+
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
11+
index 33c2a61..88bca9f 100644
12+
--- a/.readthedocs.yaml
13+
+++ b/.readthedocs.yaml
14+
@@ -8,6 +8,9 @@
15+
# Required
16+
version: 2
17+
18+
+sphinx:
19+
+ configuration: docs/conf.py
20+
+
21+
build:
22+
os: ubuntu-20.04
23+
tools:
24+
--
25+
2.48.0
26+

0 commit comments

Comments
 (0)