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 Aug 27, 2023
1 parent 74e15da commit 026b164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/_templates/layout.html
@@ -1,5 +1,7 @@
{% extends "!layout.html" %}

{% block relbar1 %}{% endblock %}

{% block comments %}
{% if sourcename is defined %}
<script src="https://utteranc.es/client.js"
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -33,7 +33,7 @@
html_theme_options = {
#'body_centered': False,
#'body_max_width': None,
#'breadcrumbs': True,
'breadcrumbs': True,
#'enable_search_shortcuts': False,
#'globaltoc_collapse': False,
#'globaltoc_includehidden': True,
Expand All @@ -57,7 +57,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 026b164

Please sign in to comment.