From 401dfd6b92b1ae253839fca9d260a6c266ae33b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Sat, 22 May 2021 18:22:28 -0500 Subject: [PATCH] Drop autodoc_typehints from sphinx config https://github.com/inducer/modepy/pull/38#issuecomment-846472970 --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index abf16aa..b02cde3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,4 +68,3 @@ intersphinx_mapping = { } autoclass_content = "class" -autodoc_typehints = "description" -- GitLab