File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,15 +277,18 @@ def tagged_commit():
277277
278278html_theme_options = {
279279 "logo_only" : True ,
280+
280281 "repository_url" : "https://github.com/anybody/anybody-tutorial" ,
281282 "use_repository_button" : False ,
282- "extra_navbar" : 'Tutorials by <a href="https://anybodytech.com">AnyBody Technology</a>' ,
283+ # "extra_navbar": 'Tutorials by <a href="https://anybodytech.com">AnyBody Technology</a>',
283284 "home_page_in_toc" : False ,
284285 "show_navbar_depth" : 1 ,
285286 "use_download_button" : False ,
286287 "use_edit_page_button" : True ,
287288 "use_issues_button" : True ,
288289 "show_navbar_depth" : 2 ,
290+ "search_bar_text" : "" ,
291+
289292}
290293
291294
@@ -323,7 +326,7 @@ def tagged_commit():
323326
324327html_sidebars = {
325328 "**" : [
326- "sidebar -logo.html" ,
329+ "navbar -logo.html" ,
327330 "search-field.html" ,
328331 "back_to_manual.html" ,
329332 "sbt-sidebar-nav.html" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ dependencies:
1919 - sphinxext-opengraph
2020 - pip :
2121 - sphinxcontrib-youtube
22- - git+https://github.com/executablebooks /sphinx-book-theme.git@master
23- - git+https://github.com/executablebooks/sphinx-design.git@main
22+ - git+https://github.com/melund /sphinx-book-theme.git@anybody-tutorials
23+ - git+https://github.com/executablebooks/sphinx-design.git@6df47513e9
2424
You can’t perform that action at this time.
0 commit comments