From d383e35f10f9c490561dc891a44553c4b18a577a Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:01:36 -0800 Subject: [PATCH] fixup! fix: Use Python type hints in doc generation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 65eb6d03c..a669b1047 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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',