File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 27
27
28
28
# Project information.
29
29
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"
31
31
author = "Andrés Rodríguez, Ivanov Yuri, Artem Bulgakov and KivyMD contributors"
32
32
version = __version__
33
33
release = __version__
40
40
language = "Python"
41
41
42
42
# HTML Theme.
43
- html_theme = "furo"
43
+ # html_theme = "furo"
44
+ html_theme = "sphinx_book_theme"
44
45
html_static_path = ["_static" ]
45
46
html_favicon = "_static/logo-kivymd.png"
46
47
html_logo = "_static/logo-kivymd.png"
49
50
"navigation_depth" : 2 ,
50
51
"collapse_navigation" : False ,
51
52
"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
+ ''' ,
52
67
}
53
68
54
69
# Pygments style.
You can’t perform that action at this time.
0 commit comments