From 0daee4fef29a8c292c30d8c410e331b30ff1fdba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sat, 22 May 2021 18:24:22 -0500
Subject: [PATCH] Drop autodoc_typehints from sphinx config

https://github.com/inducer/modepy/pull/38#issuecomment-846472970
---
 doc/conf.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 0fe8480..d16155b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -54,11 +54,6 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
 #
 html_theme = "furo"
 
-# Add any paths that contain custom static files (such as style sheets) here,
-# relative to this directory. They are copied after the builtin static files,
-# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ["_static"]
-
 intersphinx_mapping = {
     "https://docs.python.org/3/": None,
     "https://numpy.org/doc/stable/": None,
-- 
GitLab