Mercurial > p > roundup > code
comparison doc/conf.py @ 7045:ca90f7270cd4 issue2550923_computed_property
merge from main tip. This should fix test failure in Markdown2TestCase.test_string_markdown_code_block_attribute by merging html diff method used in tests.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 07 Nov 2022 22:58:38 -0500 |
| parents | 3ce81e49e8d4 |
| children | f100f5fdf6bf |
comparison
equal
deleted
inserted
replaced
| 6638:e1588ae185dc | 7045:ca90f7270cd4 |
|---|---|
| 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 # see https://issues.roundup-tracker.org/issue2550907: | 97 # see https://issues.roundup-tracker.org/issue2550907: |
| 98 exclude_patterns = ['_build', | 98 exclude_patterns = ['_build', |
| 99 'announcement.txt', 'whatsnew-0.7.txt', 'whatsnew-0.8.txt', | 99 'announcement.txt', 'whatsnew-0.7.txt', |
| 100 'security.txt' ] | 100 'whatsnew-0.8.txt'] |
| 101 | 101 |
| 102 # 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 |
| 103 # documents. | 103 # documents. |
| 104 #default_role = None | 104 #default_role = None |
| 105 | 105 |
