From 7955c8164aacbd0c25a30d2c5c7156b480e53737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sat, 22 May 2021 18:23:14 -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 20ea09a..2c1a769 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,9 +50,6 @@ pygments_style = "sphinx" html_theme = "furo" -html_theme_options = {} - - # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { "https://docs.python.org/3": None, @@ -63,4 +60,3 @@ intersphinx_mapping = { } autoclass_content = "class" -autodoc_typehints = "description" -- GitLab