X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=scripts%2Fsphinx-pre-install;h=ec84fc62774e7deb29b6a7c6fb8a11b77f1dfc0c;hb=d9395512c5bd326924ba0b36ee0d5d51d763a8d6;hp=b9b7d5e301f43a11d238e625f24da9b3db5edc87;hpb=6a5d7320fb75af071cde628e82ebc938575a2fd6;p=linux-2.6-microblaze.git diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install index b9b7d5e301f4..ec84fc62774e 100755 --- a/scripts/sphinx-pre-install +++ b/scripts/sphinx-pre-install @@ -902,6 +902,10 @@ sub recommend_sphinx_version($) $need = $old_need; $optional = $old_optional; + printf "\n Please note that Sphinx >= 3.0 will currently produce false-positive\n"; + printf " warning when the same name is used for more than one type (functions,\n"; + printf " structs, enums,...). This is known Sphinx bug. For more details, see:\n"; + printf "\thttps://github.com/sphinx-doc/sphinx/pull/8313\n"; } sub check_needs()