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 Sep 25, 2021
1 parent e1a10e3 commit 2d5477c
Show file tree
Hide file tree
Showing 3 changed files with 6 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,
#'left_buttons': [
Expand All @@ -55,7 +55,7 @@
html_sidebars = {
'**': [
'github-badge.html', # Custom template, see _templates/
'home.html',
#'home.html',
'globaltoc.html',
'separator.html',
'indices.html',
Expand Down
1 change: 1 addition & 0 deletions git_rebase_rtd_branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ git push origin HEAD:%(refname:lstrip=3) --force
'

eval "$(git for-each-ref --shell --format="$fmt" \
refs/remotes/origin/breadcrumbs \
refs/remotes/origin/readthedocs-sphinx-search \
refs/remotes/origin/rightsidebar \
)"
Expand Down

0 comments on commit 2d5477c

Please sign in to comment.