From c7ce078bf74b01901e3f62124c7f22218b9f3582 Mon Sep 17 00:00:00 2001
From: gubaidulinvadim <gubaidulinvadim@gmail.com>
Date: Wed, 17 Jul 2024 10:52:12 +0200
Subject: [PATCH] small changes for documentation format

---
 docs/source/conf.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index ccc4063..afcc9c5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -36,9 +36,15 @@ release = '0.6.0'
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
+    'sphzinx.ext.mathjax',
+    'sphinx.ext.mathjax',
     'sphinx.ext.viewcode',
-    'myst_parser'
+    '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
     'undoc-members': True,      # Do not show undocumented members
-- 
GitLab