Mercurial > p > roundup > code
changeset 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 | 4f07d7835019 |
| children | a4cb4e75d4e9 |
| files | doc/conf.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/conf.py Tue Jul 09 15:30:56 2024 -0400 +++ b/doc/conf.py Tue Jul 09 22:13:25 2024 -0400 @@ -101,7 +101,7 @@ # see https://issues.roundup-tracker.org/issue2550907: exclude_patterns = ['_build', 'tracker_config.txt', 'announcement.txt', 'whatsnew-0.7.txt', - 'whatsnew-0.8.txt'] + 'whatsnew-0.8.txt', 'CVE.txt'] # The reST default role (used for this markup: `text`) to use for all # documents.
