From 3595a91964f6b160cc11ec3dc6b2000b554ff029 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 18 Jun 2020 02:58:18 +0200 Subject: [PATCH] use html5 writer --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 22626a36d..5836d0d7d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,9 +108,6 @@ rst_prolog += f"\n.. |DPY_VERSION| replace:: {dpy_version}" # html_theme = "sphinx_rtd_theme" -# This will be needed until sphinx_rtd_theme supports the html5 writer -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.