diff --git a/doc/conf.py b/doc/conf.py
index 0fe8480588e11bc998e9d14f9974aaf8ef6434be..d16155b4cd156001a5785176307f4cdda93633fb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -54,11 +54,6 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
 #
 html_theme = "furo"
 
-# Add any paths that contain custom static files (such as style sheets) here,
-# relative to this directory. They are copied after the builtin static files,
-# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ["_static"]
-
 intersphinx_mapping = {
     "https://docs.python.org/3/": None,
     "https://numpy.org/doc/stable/": None,