We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ab4db commit 260ecdbCopy full SHA for 260ecdb
1 file changed
docs/conf.py
@@ -69,7 +69,7 @@
69
#
70
# This is also used if you do content translation via gettext catalogs.
71
# Usually you set "language" from the command line for these cases.
72
-language = None
+language = 'en'
73
74
# List of patterns, relative to source directory, that match files and
75
# directories to ignore when looking for source files.
@@ -181,3 +181,4 @@
181
182
# -- Autodoc settings
183
autodoc_member_order = 'bysource'
184
+autodoc_typehints = 'description'
0 commit comments