Index: doc/rst/conf.py
===================================================================
--- doc/rst/conf.py	(revision ada37fa89b30f532d9c00236dfc011d131449841)
+++ doc/rst/conf.py	(revision e64238179a762aa0009b6d8ca3410eeb1d66e29e)
@@ -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
