From 524c49cb2802dfc370def568ac2292193086466f Mon Sep 17 00:00:00 2001 From: myk002 Date: Tue, 16 Aug 2022 00:12:08 -0700 Subject: [PATCH] use easier to read underlining in text output --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index c71f69a4b..c2e820b9a 100644 --- a/conf.py +++ b/conf.py @@ -354,3 +354,5 @@ latex_toplevel_sectioning = 'part' from sphinx.writers import text text.MAXWIDTH = 52 + +text_sectionchars = '=-~`+"*'