From 62d47da104e0692bc456097996cb8b0e55f69ea8 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 24 Sep 2015 14:11:31 -0700 Subject: [PATCH] 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: I9cfb2910d177536897e31b02c633f570f9175816 --- ChangeLog | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 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 f41dae9..3983201 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}' 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 [testenv:docs] commands = python setup.py build_sphinx