docs: use linkcheck_ignore for unreachable links
Config Mode - http://192.168.1.1 (not existing) anchors on hackint used to join channels - https://webirc.hackint.org/#
This commit is contained in:
		
							parent
							
								
									297cd5bc3f
								
							
						
					
					
						commit
						7ca4cb3698
					
				| @ -71,6 +71,13 @@ pygments_style = None | |||||||
| # Don't highlight code blocks unless requested explicitly | # Don't highlight code blocks unless requested explicitly | ||||||
| highlight_language = 'none' | highlight_language = 'none' | ||||||
| 
 | 
 | ||||||
|  | # Ignore links to the config mode, as well as anchors on on hackint, which are | ||||||
|  | # used to mark channel names and do not exist. Regular links are not effected. | ||||||
|  | linkcheck_ignore = [ | ||||||
|  |     'http://192.168.1.1', | ||||||
|  |     'https://webirc.hackint.org/#' | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| # -- Options for HTML output ------------------------------------------------- | # -- Options for HTML output ------------------------------------------------- | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user