diff website/www/conf.py @ 7492:452a8bd1d826

add file with sphinx requirements for building doc. Disable permalinks for older and newer sphinx versions. make conf.py's work with old and new sphinx. make layout.py work with 7.x sphinx which replaces the style variable with styles[].
author John Rouillard <rouilj@ieee.org>
date Thu, 15 Jun 2023 20:46:59 -0400
parents f100f5fdf6bf
children 06a2f79389b6
line wrap: on
line diff
--- a/website/www/conf.py	Thu Jun 15 15:16:43 2023 -0400
+++ b/website/www/conf.py	Thu Jun 15 20:46:59 2023 -0400
@@ -168,7 +168,9 @@
 # template names.
 #html_additional_pages = {}
 
+# disable permalinks
 html_add_permalinks = ''
+html_permalinks = False  # when sphinx > 3.5 is used.
 
 # If false, no module index is generated.
 #html_use_modindex = True

Roundup Issue Tracker: http://roundup-tracker.org/