Skip to content

Commit

Permalink
fixup! fix: Use Python type hints in doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Jan 19, 2023
1 parent 4375322 commit d383e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def prose_list(items):
'sphinx.ext.autodoc',
'sphinxarg.ext',
'sphinx.ext.napoleon',
'sphinx_autodoc_typehints',
'sphinx_autodoc_typehints', # must come after napoleon https://github.com/tox-dev/sphinx-autodoc-typehints/blob/1.21.4/README.md#compatibility-with-sphinxextnapoleon
'sphinx_markdown_tables',
'sphinx.ext.intersphinx',
'nextstrain.sphinx.theme',
Expand Down

0 comments on commit d383e35

Please sign in to comment.