Mercurial > p > roundup > code
diff doc/conf.py @ 5078:487dc55e3c5e
issue2550907 Fix errors when creating documentation. Work done by
Peter Funk (pefu).
Made one small change omitting obsolete security.txt.
Also fixed underlining in upgrading.txt so headers are properly
formatted.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 10 Jun 2016 21:28:40 -0400 |
| parents | 515ab1749b14 |
| children | 0df5f9eeefd4 |
line wrap: on
line diff
--- a/doc/conf.py Fri Jun 10 18:24:47 2016 +1000 +++ b/doc/conf.py Fri Jun 10 21:28:40 2016 -0400 @@ -94,7 +94,10 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +# see http://issues.roundup-tracker.org/issue2550907: +exclude_patterns = ['_build', + 'announcement.txt', 'whatsnew-0.7.txt', 'whatsnew-0.8.txt', + 'security.txt' ] # The reST default role (used for this markup: `text`) to use for all # documents.
