comparison doc/conf.py @ 8070:34d5c1303a2e

docs: do not create CVE.html when processing doc for release CVE.html is only needed for non-release docs. Since the doc directory is only processed directly for releases, the CVE.txt file should be ignored/excluded.
author John Rouillard <rouilj@ieee.org>
date Tue, 09 Jul 2024 22:13:25 -0400
parents e3b34d02c61a
children 92367689600a
comparison
equal deleted inserted replaced
8069:4f07d7835019 8070:34d5c1303a2e
99 # List of patterns, relative to source directory, that match files and 99 # List of patterns, relative to source directory, that match files and
100 # directories to ignore when looking for source files. 100 # directories to ignore when looking for source files.
101 # see https://issues.roundup-tracker.org/issue2550907: 101 # see https://issues.roundup-tracker.org/issue2550907:
102 exclude_patterns = ['_build', 'tracker_config.txt', 102 exclude_patterns = ['_build', 'tracker_config.txt',
103 'announcement.txt', 'whatsnew-0.7.txt', 103 'announcement.txt', 'whatsnew-0.7.txt',
104 'whatsnew-0.8.txt'] 104 'whatsnew-0.8.txt', 'CVE.txt']
105 105
106 # The reST default role (used for this markup: `text`) to use for all 106 # The reST default role (used for this markup: `text`) to use for all
107 # documents. 107 # documents.
108 #default_role = None 108 #default_role = None
109 109

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