File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def all_keybinds_documented():
212212}
213213
214214# Add any paths that contain templates here, relative to this directory.
215- templates_path = []
215+ templates_path = ["docs/templates" ]
216216
217217# The suffix(es) of source filenames.
218218# You can specify multiple suffix as a list of string:
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ div.sphinxsidebar {
4949 overflow-y : auto;
5050}
5151
52- div .sphinxsidebar h3 > a {
52+ div .sphinxsidebar h3 . logo-name a {
5353 border-bottom : 1px dotted # 999 ;
5454}
5555
Original file line number Diff line number Diff line change 1+ < p class ="logo ">
2+ < a href ="{{ pathto(master_doc) }} ">
3+ < img class ="logo " src ="{{ pathto('_static/' ~ theme_logo, 1) }} " alt ="Logo "/>
4+ < h3 class ="logo logo-name "> Home</ h3 >
5+ </ a >
6+ </ p >
You can’t perform that action at this time.
0 commit comments