Skip to content

Commit

Permalink
Autodoc typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
adamboche committed Jun 8, 2019
1 parent 16c5625 commit 7910d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ black
pex
bump2version
sphinx_rtd_theme
sphinx-autodoc-typehints
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

extensions = [
"sphinx.ext.autodoc",
"sphinx_autodoc_typehints", # Must come *after* sphinx.ext.autodoc.
"sphinx.ext.autosummary",
"sphinx.ext.coverage",
"sphinx.ext.doctest",
Expand Down Expand Up @@ -51,4 +52,3 @@
napoleon_use_param = False

autoapi_dirs = ["../src/marshmallow_union"]

0 comments on commit 7910d23

Please sign in to comment.