From a42a0e7498bb5a463a1b22ff1de61db44b764cb2 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 21 Mar 2023 13:35:04 -0600 Subject: [PATCH] Change add_stylesheet to add_css_file --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 0d661ba3ee..38f4c1261b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -116,7 +116,7 @@ html_theme = 'sphinx_rtd_theme' def setup(app): - app.add_stylesheet('fix_rtd.css') + app.add_css_file('fix_rtd.css') # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the