From c4ed49daccf72f0f6c0b3e4a1f1f4ef90fdc0080 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Sat, 25 Nov 2023 19:24:37 +0000 Subject: [PATCH] Remove redundant doc conf entry --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a6c3d58..2504b60 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,10 +60,6 @@ html_favicon = 'favicon.ico' -# Workaround for weirdly formatted function parameters. See https://github.com/readthedocs/sphinx_rtd_theme/issues/766 -html4_writer = True - - # -- Extension configuration ------------------------------------------------- autodoc_member_order = 'bysource'