From c9827a8e69850a2b0deb860212d262b6cfa5bbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=AE=D1=80=D0=B8?= =?UTF-8?q?=D0=B9?= Date: Tue, 20 Aug 2024 12:25:57 +0300 Subject: [PATCH] Update theme --- docs/sources/conf.py | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/sources/conf.py b/docs/sources/conf.py index a60321c9d..f400b2050 100644 --- a/docs/sources/conf.py +++ b/docs/sources/conf.py @@ -27,7 +27,7 @@ # Project information. project = "KivyMD" -copyright = "2022, Andrés Rodríguez, Ivanov Yuri, Artem Bulgakov and KivyMD contributors" +copyright = "2024, Andrés Rodríguez, Ivanov Yuri, Artem Bulgakov and KivyMD contributors" author = "Andrés Rodríguez, Ivanov Yuri, Artem Bulgakov and KivyMD contributors" version = __version__ release = __version__ @@ -40,7 +40,8 @@ language = "Python" # HTML Theme. -html_theme = "furo" +# html_theme = "furo" +html_theme = "sphinx_book_theme" html_static_path = ["_static"] html_favicon = "_static/logo-kivymd.png" html_logo = "_static/logo-kivymd.png" @@ -49,6 +50,20 @@ "navigation_depth": 2, "collapse_navigation": False, "titles_only": True, + "announcement": '''
KivyMD Library Sponsors:
+

+ + Peter Šurda + Peter Šurda + +

+

+ + Best Route Planner + Best Route Planner - Route Optimization Software + +

+''', } # Pygments style.