From 877275e7fc92f339f5f31ced216bfe646f6329b2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 16 Jun 2020 21:39:34 -0400 Subject: [PATCH] Fix warning at docs/conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f3e8ef7f..4291d459 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,4 +293,4 @@ disqus_shortname = 'python-dependency-injector' def setup(app): - app.add_stylesheet('sphinx_rtd_theme-hotfix.css') + app.add_css_file('sphinx_rtd_theme-hotfix.css')