Skip to content

Commit

Permalink
Fix doc caching (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Apr 4, 2022
1 parent f563dad commit a3af650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
napoleon_use_rtype = True # having a separate entry generally helps readability
napoleon_use_param = True
napoleon_custom_sections = [("Params", "Parameters")]
typehints_defaults = "braces"
todo_include_todos = False
nitpicky = True # Report broken links
nitpick_ignore = [
Expand Down

0 comments on commit a3af650

Please # to comment.