Skip to content

Commit 36eafc1

Browse files
committed
conf.py: remove unused html_theme_path configuration
Per build warning; WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code. So removing the code to get rid of warning. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent e748500 commit 36eafc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
sys.stderr.write('Warning: sphinx_rtd_theme missing. Use pip to install it.\n')
133133
else:
134134
html_theme = "sphinx_rtd_theme"
135-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
136135
html_theme_options = {
137136
'canonical_url': '',
138137
'analytics_id': 'GTM-M4BL5NF',

0 commit comments

Comments
 (0)