Skip to content
Snippets Groups Projects

Integrate type annotations inline into PyJapc

Merged Philip Elson requested to merge pelson/pyjapc:maint/recommended_jpype_usage into master
Files
5
+ 4
1
@@ -8,6 +8,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx.ext.autosummary',
'sphinx.ext.autodoc.typehints',
]
@@ -44,4 +45,6 @@ exclude_patterns = ['build']
html_theme = 'acc_py'
autoclass_content = 'both'
\ No newline at end of file
autoclass_content = 'both'
autodoc_typehints = "description"
\ No newline at end of file
Loading