From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 957333858431; Mon, 7 Nov 2022 12:38:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 957333858431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667824736; bh=BcdBQ2Ksqvkqq3WJJBZIjpuh9l4rZeFz8AAbxS1fzY4=; h=From:To:Subject:Date:From; b=APQYtkY3M3yny2zRF22xR50Y0Ues5bJY9QzdlL0L4eyAMKzDrwZCWohYvucf4jgtv PAcHwXWkPC/nvyBuGfpLiD+7q2aD5aN46HzbAjg1IyZNhz5PnO3HjjXJCv+blR+t5t 4A3VG5q/EBWkQonoN2EaQiYR4YAoHuH25gdJcUgw= 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: 17ec297bf8c44e048d245926789d954c0c002522 X-Git-Newrev: c86ae2cad4549991a1205df3883dc68b4961745c Message-Id: <20221107123856.957333858431@sourceware.org> Date: Mon, 7 Nov 2022 12:38:56 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c86ae2cad4549991a1205df3883dc68b4961745c commit c86ae2cad4549991a1205df3883dc68b4961745c 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'