From bed3874cf30574a46f925c6287887c7babfb2c3f Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Tue, 27 Aug 2019 13:16:32 -0700 Subject: [PATCH] Restores permalinks for all headers. (#746) Signed-off-by: Kevin Putnam --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index f96859bb..4b3884b3 100644 --- a/source/conf.py +++ b/source/conf.py @@ -320,7 +320,7 @@ texinfo_documents = [ #texinfo_no_detailmenu = False # If true, generates permalinks on the HTML output. -html_add_permalinks = "" +#html_add_permalinks = "" #suppresses warnings for options that aren't referenced #suppress_warnings = ["ref.option"]