Index: doc/rst/conf.py
===================================================================
--- doc/rst/conf.py	(revision 9db2d9ac65f85e0215561edff07250aadeee31c0)
+++ doc/rst/conf.py	(revision e3e89c24b7720d9c30520e9ebd89892efe58ca2f)
@@ -15,5 +15,6 @@
 import os
 import sys
-sys.path.insert(0, os.path.abspath('../../src/'))
+import sphinx_adc_theme
+sys.path.insert(0, os.path.abspath('../../'))
 
 
@@ -21,5 +22,5 @@
 
 project = 'AmmosReader'
-copyright = '2022, Enrico Schwass'
+copyright = '2022, KIDZg'
 author = 'KIDZg'
 
@@ -77,5 +78,6 @@
 # a list of builtin themes.
 #
-html_theme = 'alabaster'
+html_theme = 'sphinx_adc_theme'
+html_theme_path = [sphinx_adc_theme.get_html_theme_path()]
 
 # Theme options are theme-specific and customize the look and feel of a theme
Index: doc/source/conf.py
===================================================================
--- doc/source/conf.py	(revision 9db2d9ac65f85e0215561edff07250aadeee31c0)
+++ doc/source/conf.py	(revision e3e89c24b7720d9c30520e9ebd89892efe58ca2f)
@@ -15,4 +15,5 @@
 import os
 import sys
+import sphinx_adc_theme
 sys.path.insert(0, os.path.abspath('../../'))
 
@@ -21,5 +22,5 @@
 
 project = 'AmmosReader'
-copyright = '2022, Enrico Schwass'
+copyright = '2022, KIDZg'
 author = 'KIDZg'
 
@@ -77,5 +78,6 @@
 # a list of builtin themes.
 #
-html_theme = 'alabaster'
+html_theme = 'sphinx_adc_theme'
+html_theme_path = [sphinx_adc_theme.get_html_theme_path()]
 
 # Theme options are theme-specific and customize the look and feel of a theme
