From e6fc3aeb2f3a4ab1c60f9d703bb9f1513b4d86fc Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 24 Sep 2015 14:10:55 -0700 Subject: Remove dummy/placeholder 'ChangeLog' as its not needed Just enforce that `python setup.py build_sphinx` will be the way to build docs (which also builds a 'ChangeLog') so we don't need to maintain a dummy file here anymore. Change-Id: Icec9173c7970d84c105f151ac74dc9080ab3b1f7 --- ChangeLog | 1 - tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index ba4c69b..0000000 --- a/ChangeLog +++ /dev/null @@ -1 +0,0 @@ -.. This is a generated file! Do not edit. diff --git a/tox.ini b/tox.ini index 5ee35ac..f7b7cc8 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,7 @@ import_exceptions = six.moves unittest.mock [testenv:py27] -commands = +commands = python setup.py testr --slowest --testr-args='{posargs}' sphinx-build -b doctest doc/source doc/build - doc8 doc/source + doc8 --ignore-path "doc/source/history.rst" doc/source -- cgit v1.2.1