From 712120af7d5b1cd3389099ca33f130b4bb8e17ef Mon Sep 17 00:00:00 2001 From: gubaidulinvadim <gubaidulinvadim@gmail.com> Date: Wed, 17 Jul 2024 11:03:34 +0200 Subject: [PATCH] removed sphinx extension --- docs/source/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4a69c32..928c0ed 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 -- GitLab