Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding patch for sphinx configuration in rtd.yaml #393

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading