Skip to content

Commit 9a00818

Browse files
committed
Merge branch 'inducer-master-patch-98219' into 'master'
Add autodoc_typehints = "description" to doc/conf See merge request inducer/islpy!31
2 parents fd57d34 + 91921f6 commit 9a00818

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
"https://docs.python.org/3/": None,
116116
}
117117

118+
119+
# mostly a no-op on the pybind parts for now:
120+
# https://github.com/pybind/pybind11/issues/945
121+
autodoc_typehints = "description"
122+
123+
118124
def autodoc_process_signature(app, what, name, obj, options, signature,
119125
return_annotation):
120126
from inspect import ismethod

0 commit comments

Comments
 (0)