qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] configure: prefer python's sphinx module
@ 2020-06-16 19:09 John Snow
  2020-06-16 19:09 ` [PATCH 1/1] " John Snow
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: John Snow @ 2020-06-16 19:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: libvir-list, peter.maydell, John Snow, ehabkost

Hi, this is a followup to my patch which attempted to prefer
'sphinx-build' to 'sphinx-build-3' which intended to prefer a VENV
installation of sphinx over Fedora's system installation.

That got confusing, though, so here's something that's simpler and
better: use python to invoke sphinx so we don't have to worry about
python/sphinx version mismatches.

This should essentially always DTRT. In cases where a specific sphinx is
preferred, you would use a virtual environment with sphinx installed and
configure QEMU with e.g. --python /path/to/my/venv/python35

John Snow (1):
  configure: prefer python's sphinx module

 docs/system/deprecated.rst | 19 +++++++++++++++++++
 configure                  | 20 +++++++++-----------
 2 files changed, 28 insertions(+), 11 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-06-19 19:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-16 19:09 [PATCH 0/1] configure: prefer python's sphinx module John Snow
2020-06-16 19:09 ` [PATCH 1/1] " John Snow
2020-06-18  9:56   ` Peter Maydell
2020-06-19 17:57     ` John Snow
2020-06-19 19:09       ` Peter Maydell
2020-06-16 22:15 ` [PATCH 0/1] " no-reply
2020-06-16 22:21 ` no-reply

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 NNTP newsgroup(s).