From 36259f6b6f56d917abf4096d2cc96498cb3b70b4 Mon Sep 17 00:00:00 2001
From: Stephan Schulz <stephan.schulz-x2q@rub.de>
Date: Tue, 1 Dec 2020 10:13:15 +0100
Subject: [PATCH] fix minor warnings in sphinx documentation

---
 docs/api/CustomExceptions.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/api/CustomExceptions.rst b/docs/api/CustomExceptions.rst
index d6d55b1..2430756 100644
--- a/docs/api/CustomExceptions.rst
+++ b/docs/api/CustomExceptions.rst
@@ -17,7 +17,7 @@ The library may throw one of these exceptions, which are all based on
   :outline:
 
 ``InternalErrorException``
-****************************
+**************************
 .. doxygenstruct:: ALL::InternalErrorException
   :outline:
 
@@ -32,12 +32,12 @@ The library may throw one of these exceptions, which are all based on
   :outline:
 
 ``OutOfBoundsException``
-****************************
+************************
 .. doxygenstruct:: ALL::OutOfBoundsException
   :outline:
 
 ``PointDimensionMissmatchException``
-****************************
+************************************
 .. doxygenstruct:: ALL::PointDimensionMissmatchException
   :outline:
 
-- 
GitLab