docs: Don't push Sphinx upgrades quite so readily
authorJonathan Corbet <corbet@lwn.net>
Mon, 22 Jun 2020 22:31:21 +0000 (16:31 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 26 Jun 2020 15:31:53 +0000 (09:31 -0600)
commit2f444efdaaed82f69d0afc4a7038a8563d8a3fa1
tree350d62f31bedf019c60b8f4220cb3a8adc9dd80a
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
docs: Don't push Sphinx upgrades quite so readily

The sphinx-pre-install script will put out a verbose message recommending
an upgrade for anybody running less than 2.4.4 - which was only released in
March.  So *everybody* will see that warning at this point.  Let's only
warn if the user is below our generally recommended version (1.7.9
currently).

It might be good to put out a warning if people are explicitly making PDF
files, but would need to be done in a different place and relatively few
people do that.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/sphinx-pre-install