Skip to content

Commit d7869dd

Browse files
committed
Update build config
1 parent d78412b commit d7869dd

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,18 @@ def tagged_commit():
277277

278278
html_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

324327
html_sidebars = {
325328
"**": [
326-
"sidebar-logo.html",
329+
"navbar-logo.html",
327330
"search-field.html",
328331
"back_to_manual.html",
329332
"sbt-sidebar-nav.html",

environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)