Skip to content

Commit

Permalink
conf.py: Decrease navigation_depth to 4
Browse files Browse the repository at this point in the history
A navigation_depth of 5 messes up the whole navigation bar.
This probably because the RTD theme does only support 4 TOC levels.
  • Loading branch information
Oliver Stäbler authored and jfilus committed Sep 28, 2020
1 parent 0018b93 commit 71325ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

html_theme_options = {
'logo_only': False,
'navigation_depth': 5,
'navigation_depth': 4,
}
html_logo = "../images/bytes.png"

Expand Down

0 comments on commit 71325ea

Please sign in to comment.