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: Icc34899fc1b29b1d81cada1f97d61e47eb086abd
This commit is contained in:
Joshua Harlow 2015-09-24 13:33:00 -07:00
parent 179e59e3ec
commit 318355ea71
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 = flake8 {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:venv]
basepython = python2.7