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 r13-3969] Revert "sphinx: add missing newline for conf.py files."
Date: Mon, 14 Nov 2022 08:37:15 +0000 (GMT)	[thread overview]
Message-ID: <20221114083715.7867838518AE@sourceware.org> (raw)

https://gcc.gnu.org/g:95d364643a442e0bfd928e7cdbabf6adcf41d231

commit r13-3969-g95d364643a442e0bfd928e7cdbabf6adcf41d231
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Nov 13 21:55:45 2022 +0100

    Revert "sphinx: add missing newline for conf.py files."
    
    This reverts commit bd044dae51caea3c641f86ec5cb0ebccf7e06de7.

Diff:
---
 gcc/d/doc/conf.py                     | 2 +-
 gcc/doc/cpp/conf.py                   | 2 +-
 gcc/doc/cppinternals/conf.py          | 2 +-
 gcc/doc/gcc/conf.py                   | 2 +-
 gcc/doc/gccint/conf.py                | 2 +-
 gcc/doc/install/conf.py               | 2 +-
 gcc/fortran/doc/gfc-internals/conf.py | 2 +-
 gcc/fortran/doc/gfortran/conf.py      | 2 +-
 gcc/go/doc/conf.py                    | 2 +-
 libgomp/doc/conf.py                   | 2 +-
 libiberty/doc/conf.py                 | 2 +-
 libitm/doc/conf.py                    | 2 +-
 libquadmath/doc/conf.py               | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/gcc/d/doc/conf.py b/gcc/d/doc/conf.py
index 180b8351bdd..c33f28a2f7f 100644
--- a/gcc/d/doc/conf.py
+++ b/gcc/d/doc/conf.py
@@ -27,4 +27,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/doc/cpp/conf.py b/gcc/doc/cpp/conf.py
index 2abfb353a6a..29d3aed4558 100644
--- a/gcc/doc/cpp/conf.py
+++ b/gcc/doc/cpp/conf.py
@@ -27,4 +27,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/doc/cppinternals/conf.py b/gcc/doc/cppinternals/conf.py
index bee71cd10ab..d9ec1a69125 100644
--- a/gcc/doc/cppinternals/conf.py
+++ b/gcc/doc/cppinternals/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/doc/gcc/conf.py b/gcc/doc/gcc/conf.py
index 6905e5521a5..7987f4d885b 100644
--- a/gcc/doc/gcc/conf.py
+++ b/gcc/doc/gcc/conf.py
@@ -34,4 +34,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/doc/gccint/conf.py b/gcc/doc/gccint/conf.py
index bd4bc748841..466261dbeb1 100644
--- a/gcc/doc/gccint/conf.py
+++ b/gcc/doc/gccint/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/doc/install/conf.py b/gcc/doc/install/conf.py
index e69dfa15b84..ebc1b40482b 100644
--- a/gcc/doc/install/conf.py
+++ b/gcc/doc/install/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/fortran/doc/gfc-internals/conf.py b/gcc/fortran/doc/gfc-internals/conf.py
index f69edb7c290..176e6310b89 100644
--- a/gcc/fortran/doc/gfc-internals/conf.py
+++ b/gcc/fortran/doc/gfc-internals/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/fortran/doc/gfortran/conf.py b/gcc/fortran/doc/gfortran/conf.py
index f1b042a6177..8be1e53d872 100644
--- a/gcc/fortran/doc/gfortran/conf.py
+++ b/gcc/fortran/doc/gfortran/conf.py
@@ -27,4 +27,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/gcc/go/doc/conf.py b/gcc/go/doc/conf.py
index 7c6ffb4eacb..9157fba79ee 100644
--- a/gcc/go/doc/conf.py
+++ b/gcc/go/doc/conf.py
@@ -27,4 +27,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/libgomp/doc/conf.py b/libgomp/doc/conf.py
index f89b6f31def..27e3131fae8 100644
--- a/libgomp/doc/conf.py
+++ b/libgomp/doc/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/libiberty/doc/conf.py b/libiberty/doc/conf.py
index b7a44e9d096..b255fd906b8 100644
--- a/libiberty/doc/conf.py
+++ b/libiberty/doc/conf.py
@@ -22,4 +22,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/libitm/doc/conf.py b/libitm/doc/conf.py
index a85030c3f45..c288e34fdba 100644
--- a/libitm/doc/conf.py
+++ b/libitm/doc/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file
diff --git a/libquadmath/doc/conf.py b/libquadmath/doc/conf.py
index 511502a1125..c3a84b666ca 100644
--- a/libquadmath/doc/conf.py
+++ b/libquadmath/doc/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
   ('index', name, project, authors, None, None, None, True)
 ]
 
-set_common(name, globals())
+set_common(name, globals())
\ No newline at end of file

                 reply	other threads:[~2022-11-14  8:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20221114083715.7867838518AE@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).