From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id D476E385841B; Mon, 7 Nov 2022 13:21:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D476E385841B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667827265; bh=Z/QRPQD3uDJgXtGhQqypkhlIS5qMS3UlrQkKyhJtVpQ=; h=From:To:Subject:Date:From; b=v02xRSgk1Kswo6IWmWn3RLfeJ/U4A3o499ntSlpaVGCLwYt50yzV3nSIHeELOhmvn WG8uM2WhXnTFLSd/WMJ+D3IChnFVYuXWRBBAoV/dfwLdngSvK78x2E891mrXeEKdX7 YQjhiAvWJniD5pds9oOLo1fe5vLYnx9tjS8XDIDs= 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: 09fcb2d0dd78515c43bd605998b59072d38f1d04 X-Git-Newrev: cdb183a1a2947b7fe4ba31ac94c16c300e24faae Message-Id: <20221107132105.D476E385841B@sourceware.org> Date: Mon, 7 Nov 2022 13:21:05 +0000 (GMT) List-Id: https://gcc.gnu.org/g:cdb183a1a2947b7fe4ba31ac94c16c300e24faae commit cdb183a1a2947b7fe4ba31ac94c16c300e24faae 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 d3945180202..28641df32ec 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}/_build/html/', None) + intersphinx_mapping[manual] = (f'https://splichal.eu/gccsphinx-final/html/{manual}/_build/html/', 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}' \ '/_build/html/_sources/{filename}.txt'