From 54a7d4adeaa24a7d141909e585e3b8c164a55d6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= <chris.gfz@gmail.com>
Date: Sun, 25 Feb 2024 18:01:24 +1100
Subject: [PATCH] project text

---
 docs/source/conf.py | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 22271f2e..c87ad6c4 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -97,7 +97,8 @@
 master_doc = 'index'
 
 # General information about the project.
-project = 'grill'
+# project = 'grill'
+project = '👨‍🍳 Cook digital.'
 copyright = f'{datetime.now().year}, The Grill'
 author = 'The Grill'
 
@@ -178,7 +179,12 @@
     # "titles_only": False,
     # 'logo_name': '👨‍🍳 The Grill',
 }
-
+# html_logo = "images/grill_logo_light.png"
+# html_static_path = ["_static", "images"]
+# html_theme_options = {
+#     "light_logo": "grill_logo_light.png",
+#     "dark_logo": "grill_logo_dark.png",
+# }
 # -- Options for LaTeX output ---------------------------------------------
 
 latex_elements = {