diff --git a/docs/conf.py b/docs/conf.py
index d57235e5a2c66dfc70885fae7eed47ee38c91f82..c41798da51e365d7acf639dd8098edf497d0c0ea 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,7 +61,6 @@ html_static_path = ['_static']
 # 'contents'
 master_doc = 'index'
 
-
 # https://www.sphinx-doc.org/en/master/usage/extensions/autosectionlabel.html
 #
 # Suppress autosectionlabel extension warnings about duplicate labels, i.e.
@@ -71,3 +70,5 @@ master_doc = 'index'
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings
 autosectionlabel_prefix_document = True
 autosectionlabel_maxdepth = 5
+
+suppress_warnings = ['autosectionlabel.*']
diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst
index 198b2f3ab2afbc3cce9a7caef443084ff9ca9d4c..5db3248aaacc9c95c42371490178508d287f1b74 100644
--- a/docs/troubleshooting.rst
+++ b/docs/troubleshooting.rst
@@ -15,8 +15,8 @@ described on our `contact page <https://stackspin.net/contact.html>`__. We
 want to be in communication with our users, and we want to help you if you run
 into problems.
 
-Check for known issues
-----------------------
+Known issues
+------------
 
 If you run into a problem, please check our `issue
 tracker <https://open.greenhost.net/groups/stackspin/-/issues>`__ to see if
@@ -140,8 +140,8 @@ You can also only run a Taiko test for a specific application, i.e.:
 Advanced usage
 ~~~~~~~~~~~~~~
 
-Advanced Testinfra tests
-''''''''''''''''''''''''
+Testinfra tests
+'''''''''''''''
 
 Specify host manually: