Skip to content

Commit c9827a8

Browse files
committed
Update theme
1 parent 2695d08 commit c9827a8

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Diff for: docs/sources/conf.py

+17-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Project information.
2929
project = "KivyMD"
30-
copyright = "2022, Andrés Rodríguez, Ivanov Yuri, Artem Bulgakov and KivyMD contributors"
30+
copyright = "2024, Andrés Rodríguez, Ivanov Yuri, Artem Bulgakov and KivyMD contributors"
3131
author = "Andrés Rodríguez, Ivanov Yuri, Artem Bulgakov and KivyMD contributors"
3232
version = __version__
3333
release = __version__
@@ -40,7 +40,8 @@
4040
language = "Python"
4141

4242
# HTML Theme.
43-
html_theme = "furo"
43+
# html_theme = "furo"
44+
html_theme = "sphinx_book_theme"
4445
html_static_path = ["_static"]
4546
html_favicon = "_static/logo-kivymd.png"
4647
html_logo = "_static/logo-kivymd.png"
@@ -49,6 +50,20 @@
4950
"navigation_depth": 2,
5051
"collapse_navigation": False,
5152
"titles_only": True,
53+
"announcement": '''<h6>KivyMD Library Sponsors:</h6>
54+
<p>
55+
<a href="https://github.com/PeterSurda" target="_blank">
56+
<img width="25" src="https://github.com/HeaTTheatR/KivyMD-data/raw/master/gallery/peter.png" alt="Peter Šurda">
57+
Peter Šurda
58+
</a>
59+
</p>
60+
<p>
61+
<a href="https://route4me.com" target="_blank">
62+
<img width="100" src="https://github.com/HeaTTheatR/KivyMD-data/raw/master/gallery/route4me.png" alt="Best Route Planner">
63+
Best Route Planner - Route Optimization Software
64+
</a>
65+
</p>
66+
''',
5267
}
5368

5469
# Pygments style.

0 commit comments

Comments
 (0)