From d4addb9e7880276049eddce95fae772ae02b4732 Mon Sep 17 00:00:00 2001 From: elig0n <31196036+elig0n@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:51:33 +0200 Subject: [PATCH] Update conf.py Fixes AttributeError: 'Sphinx' object has no attribute 'add_stylesheet' --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 76175f33..2b8c6247 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -367,4 +367,4 @@ #epub_use_index = True def setup(app): - app.add_stylesheet('i3pystatus.css') + app.add_css_file('i3pystatus.css')