Skip to content

Commit

Permalink
Merge pull request #381 from FoamyGuy/sphinx_build_fix_patch
Browse files Browse the repository at this point in the history
added patch to remove deprecated sphinx function call.
  • Loading branch information
tannewt authored Oct 7, 2024
2 parents e62110a + 6005528 commit d26c57d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions patches/0001-remove-deprecated-get_html_theme_path-call.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 7b7cdd3d13f4ee2cf4be44ea3966dfdec659f9a9 Mon Sep 17 00:00:00 2001
From: foamyguy <foamyguy@gmail.com>
Date: Mon, 7 Oct 2024 09:24:05 -0500
Subject: [PATCH] remove deprecated get_html_theme_path() call

---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index de06824..cb73a8f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -109,7 +109,6 @@ napoleon_numpy_docstring = False
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
--
2.46.2

0 comments on commit d26c57d

Please sign in to comment.