Skip to content

Commit 85f45b1

Browse files
committed
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.
1 parent 6cc414d commit 85f45b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# see https://issues.roundup-tracker.org/issue2550907:
102102
exclude_patterns = ['_build', 'tracker_config.txt',
103103
'announcement.txt', 'whatsnew-0.7.txt',
104-
'whatsnew-0.8.txt']
104+
'whatsnew-0.8.txt', 'CVE.txt']
105105

106106
# The reST default role (used for this markup: `text`) to use for all
107107
# documents.

0 commit comments

Comments
 (0)