diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1f7b73e60e1b746ea5b26c69535af73982e2d200..f09d0a0fef4b029037352a60a70eacbe8e8d3b7e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -19,6 +19,7 @@ release = "0.0.55"
 extensions = [
     "sphinx.ext.autodoc",
     "sphinx.ext.autosummary",
+    "sphinxawesome_theme"
 ]
 
 templates_path = ["_templates"]