Skip to content

Commit

Permalink
Set titles_only = True in documentation configuration
Browse files Browse the repository at this point in the history
Prevents sidebar navigation from showing function name twice
  • Loading branch information
gamatos committed Oct 27, 2023
1 parent 9dae813 commit a958a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@
}

latex_engine = "pdflatex"

titles_only = True

0 comments on commit a958a62

Please sign in to comment.