Skip to content

Commit

Permalink
Merge pull request #393 from FoamyGuy/sphinx_config_patch
Browse files Browse the repository at this point in the history
adding patch for sphinx configuration in rtd.yaml
  • Loading branch information
FoamyGuy authored Jan 16, 2025
2 parents 2ead329 + 4754c5e commit d4b5090
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions patches/0001-add-sphinx-configuration-to-rtd.yaml.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 0e4e3ab23acf83d546be3e0dd8cb47137034a32c Mon Sep 17 00:00:00 2001
From: foamyguy <[email protected]>
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

0 comments on commit d4b5090

Please sign in to comment.