diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4a69c32aa34bee322ca138207cb5f04473d2061a..928c0eddb28aa252dbdb3192e295d36e2a470be7 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -40,10 +40,7 @@ extensions = [
     'sphinx.ext.mathjax',
     'sphinx.ext.viewcode',
     'myst_parser',
-    'sphinx.ext.autosectionlabel',
 ]
-autosectionlabel_prefix_document = True
-autosectionlabel_maxdepth = 2
 
 autodoc_default_options = {
     'member-order': 'bysource',  # Keep the order of members as they appear in the source code