diff --git a/CHANGES.rst b/CHANGES.rst index 66c6c37..e1759c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,3 @@ -.. toctree:: - :titlesonly: - :maxdepth: 1 - ========= Changelog ========= diff --git a/tox.ini b/tox.ini index c9b8f42..e82717a 100644 --- a/tox.ini +++ b/tox.ini @@ -41,8 +41,7 @@ commands = flake8 blinkpy tests app pydocstyle blinkpy tests app black --check --diff blinkpy tests app - rst-lint README.rst - rst-lint CHANGES.rst + rst-lint README.rst CHANGES.rst CONTRIBUTING.rst [testenv:build] recreate = True