From 7efe0a81e87448e8a0e7e82060aeaecc3d44d44c Mon Sep 17 00:00:00 2001
From: Stefan Reck <stefan.reck@fau.de>
Date: Mon, 17 May 2021 18:00:21 +0200
Subject: [PATCH] docs

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

diff --git a/docs/conf.py b/docs/conf.py
index efcb173..b8b791e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -219,4 +219,4 @@ todo_include_todos = True
 
 
 def setup(app):
-    app.add_stylesheet('_static/style.css')
+    app.add_css_file('_static/style.css')
-- 
GitLab