From 78dd3496e20182fb15bf5d8fadc6e2380a469902 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 11 Apr 2017 07:22:39 -0700 Subject: [PATCH] Update version and change remove files from pep8 blacklist --- docs/docsite/rst/conf.py | 4 ++-- test/sanity/pep8/legacy-files.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index 1079ee756a6..a6b816ceeb5 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -28,8 +28,8 @@ import os sys.path.insert(0, os.path.join('ansible', 'lib')) sys.path.append(os.path.abspath('_themes')) -VERSION='2.2' -AUTHOR='Ansible, Inc' +VERSION = '2.4' +AUTHOR = 'Ansible, Inc' # General configuration diff --git a/test/sanity/pep8/legacy-files.txt b/test/sanity/pep8/legacy-files.txt index 91885c33838..a9446fa47d3 100644 --- a/test/sanity/pep8/legacy-files.txt +++ b/test/sanity/pep8/legacy-files.txt @@ -40,7 +40,6 @@ contrib/inventory/zone.py docs/api/conf.py docs/bin/dump_keywords.py docs/bin/plugin_formatter.py -docs/docsite/conf.py docs/docsite/rst/conf.py examples/scripts/uptime.py hacking/cherrypick.py