From fc38e57f1405c91a057c389e9d71ef0791d2046c Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Tue, 23 May 2023 21:10:07 +0900 Subject: [PATCH] FIX: DOC: Remove `html4_writer = True` --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b18276543..ca37505d0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -161,8 +161,6 @@ def install(package): html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] -html4_writer = True - # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.