public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/sphinx-final)] fixup! sphinx: update baseconf.py file
@ 2022-11-07 12:38 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-11-07 12:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:79018fe06f5af457c1c39700d074130e3d2eb149

commit 79018fe06f5af457c1c39700d074130e3d2eb149
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Nov 7 13:33:12 2022 +0100

    fixup! sphinx: update baseconf.py file

Diff:
---
 doc/baseconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/baseconf.py b/doc/baseconf.py
index d3a60d7dabc..d3945180202 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://splichal.eu/scripts/sphinx/{manual}/_build/html/', None)
+    intersphinx_mapping[manual] = (f'https://gcc.gnu.org/onlinedocs/{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://splichal.eu/scripts/sphinx/{name}' \
+    html_theme_options['source_edit_link'] = f'https://gcc.gnu.org/onlinedocs/{name}' \
                                                '/_build/html/_sources/{filename}.txt'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-07 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07 12:38 [gcc(refs/users/marxin/heads/sphinx-final)] fixup! sphinx: update baseconf.py file Martin Liska

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).