Skip to content

Commit

Permalink
disable set_type_checking_flag since comments are used anyway, workar…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 15, 2021
1 parent 5f805d0 commit dc5f1da
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 @@ -126,7 +126,7 @@ def doc_redirect_include(file_path):
autoapi_template_dir = "../_templates/autoapi"

# sphinx_autodoc_typehints
set_type_checking_flag = True
set_type_checking_flag = False
typehints_fully_qualified = True
always_document_param_types = True

Expand Down

0 comments on commit dc5f1da

Please sign in to comment.