diff --git a/docs/source/conf.py b/docs/source/conf.py index 96c0e0e..62819e4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ sys.path.insert(0, os.path.abspath('../../')) def setup(app): - app.add_stylesheet('style.css') + app.add_css_file('style.css') # -- General configuration ------------------------------------------------