diff --git a/doc/conf.py b/doc/conf.py
index ff9728c16c87aecb2918e86152c60116052036a7..bb3298ee4ddd1d33dffba7a084c2f40e7deb0756 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -77,9 +77,6 @@ todo_include_todos = False
 
 html_theme = "furo"
 
-html_theme_options = {
-        }
-
 intersphinx_mapping = {
     "https://docs.python.org/3/": None,
     "https://numpy.org/doc/stable/": None,
@@ -94,4 +91,3 @@ intersphinx_mapping = {
 }
 
 autoclass_content = "class"
-autodoc_typehints = "description"