public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/marxin/heads/sphinx-final)] FIXME: use temporary Intersphinx URL.
Date: Mon,  7 Nov 2022 14:34:22 +0000 (GMT)	[thread overview]
Message-ID: <20221107143422.83809385842F@sourceware.org> (raw)

https://gcc.gnu.org/g:d960b0d090bfc8456340422f2ef18cc7c11f5674

commit d960b0d090bfc8456340422f2ef18cc7c11f5674
Author: Martin Liska <mliska@suse.cz>
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 3c26f2a5b3b..2362ccb461b 100644
--- a/doc/baseconf.py
+++ b/doc/baseconf.py
@@ -191,7 +191,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 = {
@@ -210,5 +210,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'

             reply	other threads:[~2022-11-07 14:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07 14:34 Martin Liska [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-08 14:54 Martin Liska
2022-11-08 14:43 Martin Liska
2022-11-08 14:36 Martin Liska
2022-11-08 14:35 Martin Liska
2022-11-08 12:07 Martin Liska
2022-11-08 11:43 Martin Liska
2022-11-08 11:39 Martin Liska
2022-11-08 11:24 Martin Liska
2022-11-08 10:21 Martin Liska
2022-11-07 14:19 Martin Liska
2022-11-07 14:10 Martin Liska
2022-11-07 14:09 Martin Liska
2022-11-07 14:07 Martin Liska
2022-11-07 13:21 Martin Liska
2022-11-07 13:01 Martin Liska
2022-11-07 12:38 [gcc(refs/users/marxin/heads/sphinx-final)] fixme: " Martin Liska

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221107143422.83809385842F@sourceware.org \
    --to=marxin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).