From 83ecb60b7bf842705e5449a9e6066637f99c44cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sat, 22 May 2021 18:21:20 -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 eda91af..0fe8480 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -71,4 +71,3 @@ intersphinx_mapping = {
 }
 
 autoclass_content = "class"
-autodoc_typehints = "description"
-- 
GitLab