Skip to content

Commit

Permalink
Remove hidden items from toc tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jwsi committed May 3, 2020
1 parent 1097507 commit b107806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
# a list of builtin themes.
#
html_theme = 'default'
html_theme_options = {
'includehidden' : False
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit b107806

Please sign in to comment.