Skip to content

Commit d26c57d

Browse files
authored
Merge pull request #381 from FoamyGuy/sphinx_build_fix_patch
added patch to remove deprecated sphinx function call.
2 parents e62110a + 6005528 commit d26c57d

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 7b7cdd3d13f4ee2cf4be44ea3966dfdec659f9a9 Mon Sep 17 00:00:00 2001
2+
From: foamyguy <[email protected]>
3+
Date: Mon, 7 Oct 2024 09:24:05 -0500
4+
Subject: [PATCH] remove deprecated get_html_theme_path() 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 de06824..cb73a8f 100644
12+
--- a/docs/conf.py
13+
+++ b/docs/conf.py
14+
@@ -109,7 +109,6 @@ napoleon_numpy_docstring = False
15+
import sphinx_rtd_theme
16+
17+
html_theme = "sphinx_rtd_theme"
18+
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
19+
20+
# Add any paths that contain custom static files (such as style sheets) here,
21+
# relative to this directory. They are copied after the builtin static files,
22+
--
23+
2.46.2
24+

0 commit comments

Comments
 (0)