Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5077:88fc7202f87d | 5078:487dc55e3c5e |
|---|---|
| 92 # Else, today_fmt is used as the format for a strftime call. | 92 # Else, today_fmt is used as the format for a strftime call. |
| 93 #today_fmt = '%B %d, %Y' | 93 #today_fmt = '%B %d, %Y' |
| 94 | 94 |
| 95 # List of patterns, relative to source directory, that match files and | 95 # List of patterns, relative to source directory, that match files and |
| 96 # directories to ignore when looking for source files. | 96 # directories to ignore when looking for source files. |
| 97 exclude_patterns = ['_build'] | 97 # see http://issues.roundup-tracker.org/issue2550907: |
| 98 exclude_patterns = ['_build', | |
| 99 'announcement.txt', 'whatsnew-0.7.txt', 'whatsnew-0.8.txt', | |
| 100 'security.txt' ] | |
| 98 | 101 |
| 99 # The reST default role (used for this markup: `text`) to use for all | 102 # The reST default role (used for this markup: `text`) to use for all |
| 100 # documents. | 103 # documents. |
| 101 #default_role = None | 104 #default_role = None |
| 102 | 105 |
