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:
4
tox.ini
4
tox.ini
@@ -57,7 +57,7 @@ import_exceptions = six.moves
|
|||||||
unittest.mock
|
unittest.mock
|
||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
commands =
|
commands =
|
||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
sphinx-build -b doctest doc/source doc/build
|
sphinx-build -b doctest doc/source doc/build
|
||||||
doc8 doc/source
|
doc8 --ignore-path "doc/source/history.rst" doc/source
|
||||||
|
Reference in New Issue
Block a user