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:
2
tox.ini
2
tox.ini
@@ -60,4 +60,4 @@ import_exceptions = six.moves
|
|||||||
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