From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 76CFC3858294; Mon, 7 Nov 2022 13:01:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76CFC3858294 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667826105; bh=JCvKZYhCsDjbSyA5NNFIwwN31K67r5ND4V+NrISjsGY=; h=From:To:Subject:Date:From; b=ausOhlAnJyHMcIri2Zl66VwECIrzX+FIQ+NdMwR22uwy5ngtvelljL7i6hlDnFFGX FKzac/ikL2cvjNMz5gPYvJz8CJ7V8QXWh0gyklrokxuYi3eA7Vg3PYoTWAZvKXuHhm RCkcUGS5pKBnuFlZj51ea2EX8KSxXY8e9MXiiG5c= 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: eb89c9c42600728909543fdd737da08784b671da X-Git-Newrev: f79d4377293fdb53113a186d38838c54d0d8bbec Message-Id: <20221107130145.76CFC3858294@sourceware.org> Date: Mon, 7 Nov 2022 13:01:45 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f79d4377293fdb53113a186d38838c54d0d8bbec commit f79d4377293fdb53113a186d38838c54d0d8bbec 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'