From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 11688384B0D5; Mon, 1 Aug 2022 04:03:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11688384B0D5 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-v7)] fixme: use temporary Intersphinx URL. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/sphinx-v7 X-Git-Oldrev: 8c9dc3e1e9fa2bff1757f13074c495ed629cf43b X-Git-Newrev: 4e890c4aeb80ccaf75fd3d6ca8ab3d1c039f56b3 Message-Id: <20220801040319.11688384B0D5@sourceware.org> Date: Mon, 1 Aug 2022 04:03:19 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2022 04:03:19 -0000 https://gcc.gnu.org/g:4e890c4aeb80ccaf75fd3d6ca8ab3d1c039f56b3 commit 4e890c4aeb80ccaf75fd3d6ca8ab3d1c039f56b3 Author: Martin Liska Date: Wed Jul 27 21:29:42 2022 +0200 fixme: use temporary Intersphinx URL. Diff: --- doc/baseconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/baseconf.py b/doc/baseconf.py index ee068f57fa4..87cda64329b 100644 --- a/doc/baseconf.py +++ b/doc/baseconf.py @@ -169,4 +169,4 @@ intersphinx_mapping = {} for manual in ['cpp', 'cppinternals', 'fortran', 'gcc', 'gccgo', 'gccint', 'gdc', 'gfc-internals', 'gnat-style', 'gnat_rm', 'gnat_ugn', 'install', 'libgccjit', 'libgomp', 'libiberty', 'libitm', 'libquadmath']: - intersphinx_mapping[manual] = (f'https://gcc.gnu.org/onlinedocs/{manual}/', None) + intersphinx_mapping[manual] = (f'https://splichal.eu/gccsphinx-final/html/{manual}/', None)