mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
docs: Note that sphinx 1.7 will be required soon
The time has come to drop support for some truly ancient versions of sphinx; put in a warning now. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
@@ -112,6 +112,9 @@ if major >= 3:
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
extensions.append('cdomain')
|
extensions.append('cdomain')
|
||||||
|
if major == 1 and minor < 7:
|
||||||
|
sys.stderr.write('WARNING: Sphinx 1.7 or greater will be required as of '
|
||||||
|
'the 5.12 release\n')
|
||||||
|
|
||||||
# Ensure that autosectionlabel will produce unique names
|
# Ensure that autosectionlabel will produce unique names
|
||||||
autosectionlabel_prefix_document = True
|
autosectionlabel_prefix_document = True
|
||||||
|
Reference in New Issue
Block a user