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.