# HG changeset patch # Parent ddc4d837a0b7e977ac4824c871e6739e9f935f36 Issue #26638: Disable Sphinx 1.4 warnings about missing CLI options diff -r ddc4d837a0b7 Doc/conf.py --- a/Doc/conf.py Sat Apr 16 09:29:17 2016 +0000 +++ b/Doc/conf.py Sat Apr 16 10:44:32 2016 +0000 @@ -33,6 +33,8 @@ # By default, highlight as Python 3. highlight_language = 'python3' +suppress_warnings = ['ref.option'] + # Require Sphinx 1.2 for build. needs_sphinx = '1.2'