Skip to content

Commit 2b4f6f7

Browse files
authored
Merge pull request #382 from FoamyGuy/sphinx_build_fix_altconfig
patch to remove sphinx function call alternative config file
2 parents d26c57d + ce12e65 commit 2b4f6f7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From 164ae12550a34b8751aeef0cb676eae4e72ab610 Mon Sep 17 00:00:00 2001
2+
From: foamyguy <[email protected]>
3+
Date: Mon, 7 Oct 2024 14:51:48 -0500
4+
Subject: [PATCH] remove deprecated sphinx theme call
5+
6+
---
7+
docs/conf.py | 1 -
8+
1 file changed, 1 deletion(-)
9+
10+
diff --git a/docs/conf.py b/docs/conf.py
11+
index a393c5e..0d0e89d 100644
12+
--- a/docs/conf.py
13+
+++ b/docs/conf.py
14+
@@ -154,7 +154,6 @@ if not on_rtd: # only import and set the theme if we're building docs locally
15+
import sphinx_rtd_theme
16+
17+
html_theme = "sphinx_rtd_theme"
18+
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
19+
except:
20+
html_theme = "default"
21+
html_theme_path = ["."]
22+
--
23+
2.46.2
24+

0 commit comments

Comments
 (0)