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:
parent
179e59e3ec
commit
318355ea71
@ -1 +0,0 @@
|
||||
.. This is a generated file! Do not edit.
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user