Skip to content

Commit

Permalink
Don't inherit docstrings
Browse files Browse the repository at this point in the history
This gets rid of the useless start() method docs.
  • Loading branch information
agronholm committed May 3, 2022
1 parent dbca164 commit a201257
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 @@ -29,6 +29,7 @@
pygments_style = "sphinx"
highlight_language = "python3"
todo_include_todos = False
autodoc_inherit_docstrings = False

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
Expand Down

0 comments on commit a201257

Please sign in to comment.