Skip to content

Commit

Permalink
conf.py: fix for extra c++ domain entries in TOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Aug 21, 2024
1 parent 9619edb commit b6c373a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@

pygments_style = "bebook_style.BeBookStyle"

# possibly introduced in #11221, creates duplicate TOC entries if
# enabled.
toc_object_entries = False

# def setup(app):
# from sphinx.highlighting import lexers
# from pygments.lexers import CppLexer
Expand Down

0 comments on commit b6c373a

Please sign in to comment.