public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH (pushed)] sphinx: add missing newline for conf.py files.
@ 2022-11-10 12:58 Martin Liška
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liška @ 2022-11-10 12:58 UTC (permalink / raw)
  To: gcc-patches

gcc/d/ChangeLog:

	* doc/conf.py: Add newline at last line.

gcc/ChangeLog:

	* doc/cpp/conf.py: Add newline at last line.
	* doc/cppinternals/conf.py: Add newline at last line.
	* doc/gcc/conf.py: Add newline at last line.
	* doc/gccint/conf.py: Add newline at last line.
	* doc/install/conf.py: Add newline at last line.

gcc/fortran/ChangeLog:

	* doc/gfc-internals/conf.py: Add newline at last line.
	* doc/gfortran/conf.py: Add newline at last line.

gcc/go/ChangeLog:

	* doc/conf.py: Add newline at last line.

libgomp/ChangeLog:

	* doc/conf.py: Add newline at last line.

libiberty/ChangeLog:

	* doc/conf.py: Add newline at last line.

libitm/ChangeLog:

	* doc/conf.py: Add newline at last line.

libquadmath/ChangeLog:

	* doc/conf.py: Add newline at last line.
---
  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 c33f28a2f7f..180b8351bdd 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/cpp/conf.py b/gcc/doc/cpp/conf.py
index 29d3aed4558..2abfb353a6a 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/cppinternals/conf.py b/gcc/doc/cppinternals/conf.py
index d9ec1a69125..bee71cd10ab 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/gcc/conf.py b/gcc/doc/gcc/conf.py
index 7987f4d885b..6905e5521a5 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/gccint/conf.py b/gcc/doc/gccint/conf.py
index 466261dbeb1..bd4bc748841 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/install/conf.py b/gcc/doc/install/conf.py
index ebc1b40482b..e69dfa15b84 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/fortran/doc/gfc-internals/conf.py b/gcc/fortran/doc/gfc-internals/conf.py
index 176e6310b89..f69edb7c290 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/fortran/doc/gfortran/conf.py b/gcc/fortran/doc/gfortran/conf.py
index 8be1e53d872..f1b042a6177 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/go/doc/conf.py b/gcc/go/doc/conf.py
index 9157fba79ee..7c6ffb4eacb 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libgomp/doc/conf.py b/libgomp/doc/conf.py
index 27e3131fae8..f89b6f31def 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libiberty/doc/conf.py b/libiberty/doc/conf.py
index b255fd906b8..b7a44e9d096 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libitm/doc/conf.py b/libitm/doc/conf.py
index c288e34fdba..a85030c3f45 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libquadmath/doc/conf.py b/libquadmath/doc/conf.py
index c3a84b666ca..511502a1125 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())
\ No newline at end of file
+set_common(name, globals())
-- 
2.38.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH (pushed)] sphinx: add missing newline for conf.py files.
@ 2022-11-10 12:57 Martin Liška
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liška @ 2022-11-10 12:57 UTC (permalink / raw)
  To: gcc-patches

gcc/d/ChangeLog:

	* doc/conf.py: Add newline at last line.

gcc/ChangeLog:

	* doc/cpp/conf.py: Add newline at last line.
	* doc/cppinternals/conf.py: Add newline at last line.
	* doc/gcc/conf.py: Add newline at last line.
	* doc/gccint/conf.py: Add newline at last line.
	* doc/install/conf.py: Add newline at last line.

gcc/fortran/ChangeLog:

	* doc/gfc-internals/conf.py: Add newline at last line.
	* doc/gfortran/conf.py: Add newline at last line.

gcc/go/ChangeLog:

	* doc/conf.py: Add newline at last line.

libgomp/ChangeLog:

	* doc/conf.py: Add newline at last line.

libiberty/ChangeLog:

	* doc/conf.py: Add newline at last line.

libitm/ChangeLog:

	* doc/conf.py: Add newline at last line.

libquadmath/ChangeLog:

	* doc/conf.py: Add newline at last line.
---
  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 c33f28a2f7f..180b8351bdd 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/cpp/conf.py b/gcc/doc/cpp/conf.py
index 29d3aed4558..2abfb353a6a 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/cppinternals/conf.py b/gcc/doc/cppinternals/conf.py
index d9ec1a69125..bee71cd10ab 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/gcc/conf.py b/gcc/doc/gcc/conf.py
index 7987f4d885b..6905e5521a5 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/gccint/conf.py b/gcc/doc/gccint/conf.py
index 466261dbeb1..bd4bc748841 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/doc/install/conf.py b/gcc/doc/install/conf.py
index ebc1b40482b..e69dfa15b84 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/fortran/doc/gfc-internals/conf.py b/gcc/fortran/doc/gfc-internals/conf.py
index 176e6310b89..f69edb7c290 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/fortran/doc/gfortran/conf.py b/gcc/fortran/doc/gfortran/conf.py
index 8be1e53d872..f1b042a6177 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/gcc/go/doc/conf.py b/gcc/go/doc/conf.py
index 9157fba79ee..7c6ffb4eacb 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libgomp/doc/conf.py b/libgomp/doc/conf.py
index 27e3131fae8..f89b6f31def 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libiberty/doc/conf.py b/libiberty/doc/conf.py
index b255fd906b8..b7a44e9d096 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libitm/doc/conf.py b/libitm/doc/conf.py
index c288e34fdba..a85030c3f45 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())
\ No newline at end of file
+set_common(name, globals())
diff --git a/libquadmath/doc/conf.py b/libquadmath/doc/conf.py
index c3a84b666ca..511502a1125 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())
\ No newline at end of file
+set_common(name, globals())
-- 
2.38.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-10 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 12:58 [PATCH (pushed)] sphinx: add missing newline for conf.py files Martin Liška
  -- strict thread matches above, loose matches on Subject: below --
2022-11-10 12:57 Martin Liška

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