Skip to content

Commit

Permalink
Don't show todos for clean build.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jan 18, 2024
1 parent 2dd96af commit 62e5130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
# Display TODO notes.
todo_include_todos = True

todo_include_todos = False

# This configures sphinx to number figures and allow referencing them, if
# labeled, using :numref:`my_figure`.
numfig = True
Expand Down

0 comments on commit 62e5130

Please sign in to comment.