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
This commit is contained in:
Joshua Harlow 2015-09-24 14:11:31 -07:00
parent 7cfe013559
commit 62d47da104
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
.. This is a generated file! Do not edit.

View File

@ -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