From c8bac282846feef70706b02d357e539c917619a7 Mon Sep 17 00:00:00 2001 From: Brendan Jurd Date: Fri, 10 Sep 2021 11:28:56 +1000 Subject: Use `literalinclude` for COPYING in About page. This avoids a sphinx error due to the leading space in front of the horizontal divider in COPYING and also helps to indicate where the included license text begins and ends. --- docs/source/about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/about.rst b/docs/source/about.rst index e10082ff..f30d517b 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -26,4 +26,4 @@ was moved under the MIT license. The full text of the license follows, and can also be found in the file ``COPYING``, at the top level of the source distribution package. -.. include:: ../../COPYING +.. literalinclude:: ../../COPYING -- cgit v1.2.3