Fix 404s, some redirects and some broken links.

This commit is contained in:
None
2018-05-30 16:49:21 -07:00
parent ec28f3d429
commit f064e4f7a7
22 changed files with 45 additions and 37 deletions

View File

@@ -95,6 +95,13 @@ latex_documents = [
'Juan Linietsky, Ariel Manzur and the Godot community', 'manual'),
]
# -- Options for linkcheck builder ----------------------------------------
# disable checking urls with about.html#this_part_of_page anchors
linkcheck_anchors = False
linkcheck_timeout = 10
# -- I18n settings --------------------------------------------------------
locale_dirs = ['../sphinx/po/']