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
This commit is contained in:
Joshua Harlow
2015-09-24 14:10:55 -07:00
parent 6a42f662e2
commit e6fc3aeb2f
2 changed files with 2 additions and 3 deletions

View File

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

View File

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