File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 7777
7878# Logo configuration
7979html_logo = "_static/mxmake-logo.svg"
80+
81+ # -- Options for linkcheck builder -------------------------------------------
82+
83+ # Ignore localhost URLs (they're examples, not real links to check)
84+ # Also ignore links that linkcheck has issues with but are actually valid
85+ linkcheck_ignore = [
86+ r"http://localhost:\d+" ,
87+ r"https://gist\.github\.com/.*#.*" , # GitHub gist anchors cause false positives
88+ r"https://www\.gnu\.org/.*" , # gnu.org frequently times out but links are valid
89+ ]
90+
91+ # Increase timeout for slow sites
92+ linkcheck_timeout = 60
Original file line number Diff line number Diff line change 22
33## Source Code
44
5- The sources are in a GIT DVCS with its main branches at [ Github] ( http ://github.com/mxstack/mxmake) .
5+ The sources are in a GIT DVCS with its main branches at [ Github] ( https ://github.com/mxstack/mxmake) .
66
77## Copyright & Licence
88
You can’t perform that action at this time.
0 commit comments