diff --git a/docs/source/conf.py b/docs/source/conf.py index c3f6e2f..ab160e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,7 +38,7 @@ ] def setup(app): - app.add_stylesheet("hack.css") + app.add_css_file("hack.css") intersphinx_mapping = { "sphinx": ("http://www.sphinx-doc.org/en/stable/", None),