Skip to content

Commit

Permalink
docs: Show type hints in attribute/parameter descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan committed Oct 4, 2023
1 parent 23bbaf9 commit 5417a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
autoapi_options.remove("private-members") # note: remove this to include "_" members in docs
autoapi_dirs = [root_path / "ni_measurementlink_service"]
autoapi_type = "python"
autodoc_typehints = "none"
autodoc_typehints = "description"


# WARNING: more than one target found for cross-reference 'MeasurementInfo':
Expand Down

0 comments on commit 5417a68

Please sign in to comment.