All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 06/12] docs/conf.py: Don't include rST sources in HTML build
Date: Thu,  7 Mar 2019 15:24:44 +0000	[thread overview]
Message-ID: <20190307152450.20340-7-peter.maydell@linaro.org> (raw)
In-Reply-To: <20190307152450.20340-1-peter.maydell@linaro.org>

Sphinx defaults to including all the rST source files
in the HTML build and making each HTML page link to the
source file. Disable that.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190305172139.32662-7-peter.maydell@linaro.org
Message-id: 20190228145624.24885-7-peter.maydell@linaro.org
---
 docs/conf.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index d118757cbd3..d3018bc5395 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -113,6 +113,9 @@ html_sidebars = {
     ]
 }
 
+# Don't copy the rST source files to the HTML output directory,
+# and don't put links to the sources into the output HTML.
+html_copy_source = False
 
 # -- Options for HTMLHelp output ------------------------------------------
 
-- 
2.20.1

  parent reply	other threads:[~2019-03-07 15:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-07 15:24 [Qemu-devel] [PULL 00/12] sphinx queue Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 01/12] docs/cpu-hotplug.rst: Fix rST markup issues Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 02/12] docs: Convert memory.txt to rst format Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 03/12] docs: Commit initial files from sphinx-quickstart Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 04/12] docs/conf.py: Disable unused _static directory Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 05/12] docs/conf.py: Configure the 'alabaster' theme Peter Maydell
2019-03-07 15:24 ` Peter Maydell [this message]
2019-03-07 15:24 ` [Qemu-devel] [PULL 07/12] docs/conf.py: Disable option warnings Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 08/12] docs: Provide separate conf.py for each manual we want Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 09/12] Makefile, configure: Support building rST documentation Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 10/12] Makefile: Abstract out "identify the pkgversion" code Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 11/12] docs/conf.py: Don't hard-code QEMU version Peter Maydell
2019-03-07 15:24 ` [Qemu-devel] [PULL 12/12] MAINTAINERS: Add entry for Sphinx documentation infrastructure Peter Maydell
2019-03-07 16:07 ` [Qemu-devel] [PULL 00/12] sphinx queue no-reply
2019-03-07 16:12 ` Peter Maydell
2019-03-08  0:42   ` Philippe Mathieu-Daudé
2019-03-08 10:28     ` Peter Maydell
2019-03-07 16:12 ` no-reply

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=20190307152450.20340-7-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.