From a7f4c11082b8797367adef340467dbf6a4968a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sat, 22 May 2021 18:21:12 -0500 Subject: [PATCH] Drop autodoc_typehints from sphinx config https://github.com/inducer/modepy/pull/38#issuecomment-846472970 --- doc/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ff9728c1..bb3298ee 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -77,9 +77,6 @@ todo_include_todos = False html_theme = "furo" -html_theme_options = { - } - intersphinx_mapping = { "https://docs.python.org/3/": None, "https://numpy.org/doc/stable/": None, @@ -94,4 +91,3 @@ intersphinx_mapping = { } autoclass_content = "class" -autodoc_typehints = "description" -- GitLab