summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* extlinks: Disable hardcoded links detector by default (refs: #10126)Takeshi KOMIYA2022-03-271-0/+1
| | | | | | The hardcoded links detector added since 4.4.0 causes troubles in many projects. Therefore, this disables it by default, and adds a new configuration `extlinks_detect_hardcoded_links` to enable it explicitly.
* extlinks: replacement suggestions for hardcoded linksoleg.hoefling2021-11-121-0/+5
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>