Skip to content

Commit

Permalink
DOC: enable breadcrumbs, disable top relbar, disable home button in s…
Browse files Browse the repository at this point in the history
…idebar
  • Loading branch information
mgeier committed Jun 19, 2022
1 parent 085cdac commit 6a77e4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% extends "!layout.html" %}

{% block relbar1 %}{% endblock %}
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
html_theme_options = {
#'body_centered': False,
#'body_max_width': None,
#'breadcrumbs': True,
'breadcrumbs': True,
#'globaltoc_collapse': False,
#'globaltoc_includehidden': True,
#'initial_sidebar_visibility_threshold': None,
Expand All @@ -56,7 +56,7 @@
html_sidebars = {
'**': [
'github-badge.html', # Custom template, see _templates/
'home.html',
#'home.html',
'globaltoc.html',
'separator.html',
'indices.html',
Expand Down

0 comments on commit 6a77e4f

Please sign in to comment.