From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 73D00385703E; Mon, 7 Nov 2022 14:09:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73D00385703E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667830157; bh=pQuOKH9gTYyto8BJDOP1uQPn8lrnXwmXtC4RE6k5zXY=; h=From:To:Subject:Date:From; b=I+SOSNcrHtIMcD2g9dXSBBo+ZhPmREmWgw6bBZLDXEHbriYLO2kd6L/zli3u0gQDb gPSAXrMx1wOB/IUrl0hE2x0QIAAElRT483+0kVJN/f71I1u9c60QiwF66Kmg89qvZL zlSSkqLGYCQko+Dw+WsxbSN/SrbbA9IB/xzfD9yc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/sphinx-final)] FIXME: use temporary Intersphinx URL. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/sphinx-final X-Git-Oldrev: 5d1c0a731e52fef64c50f2b455a0373689b36a96 X-Git-Newrev: d8316521b18a234fd12072ed6ccd326229e48340 Message-Id: <20221107140917.73D00385703E@sourceware.org> Date: Mon, 7 Nov 2022 14:09:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d8316521b18a234fd12072ed6ccd326229e48340 commit d8316521b18a234fd12072ed6ccd326229e48340 Author: Martin Liska Date: Mon Nov 7 13:34:44 2022 +0100 FIXME: use temporary Intersphinx URL. ChangeLog: * doc/baseconf.py: Use splichal.eu temporarily. Diff: --- doc/baseconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/baseconf.py b/doc/baseconf.py index 47fa305c28b..b516f63e69b 100644 --- a/doc/baseconf.py +++ b/doc/baseconf.py @@ -197,7 +197,7 @@ INTERNAL_DOCS = ('gccint', 'cppinternals', 'gfc-internals', 'gnat-style') # Cross manual reference mapping intersphinx_mapping = {} for manual in USER_LEVEL_DOCS + INTERNAL_DOCS: - intersphinx_mapping[manual] = (f'https://gcc.gnu.org/onlinedocs/{manual}/', None) + intersphinx_mapping[manual] = (f'https://splichal.eu/gccsphinx-final/html/{manual}/', None) # Custom references extlinks = { @@ -216,5 +216,5 @@ def set_common(name, module): module['todo_include_todos'] = True module['tags'].add('development') - html_theme_options['source_edit_link'] = f'https://gcc.gnu.org/onlinedocs/{name}' \ + html_theme_options['source_edit_link'] = f'https://splichal.eu/gccsphinx-final/html/{name}' \ '/_sources/{filename}.txt'