From 8ffd65a9050a975e591c7ff08bff0b045644b42e Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 18 May 2021 14:46:07 +0200 Subject: [PATCH] Upgrade sphinx deprecations --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f60b5056..20f9f548 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -163,7 +163,7 @@ html_static_path = ['_static'] def setup(app): '''Include custom css file''' - app.add_stylesheet('css/devilbox.css') + app.add_css_file('css/devilbox.css') # If true, “Created using Sphinx” is shown in the HTML footer. Default is True.