From f290f8db3f9f87ae70fdf9333f5dde411bb9a0dc Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Fri, 3 Aug 2018 14:51:48 +0200 Subject: [PATCH] Fix README.rst and add syntax check PyPI rejects invalid rst files and rejects publishing the library. Change-Id: I9fd0dba77d8e358452e370fd3fe2b787f80d1dd7 Story: 2002163 Task: 24254 --- README.rst | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 91004612..5c39fc1b 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ in the HACKING.rst file, and pass all unit tests as well as linters. Further developer focused documentation is available at: -* `Openstack Monasca-Log-Api `_ +* `Monasca-Log-Api `_ Operators --------- diff --git a/tox.ini b/tox.ini index 46f922df..b406345e 100644 --- a/tox.ini +++ b/tox.ini @@ -62,6 +62,7 @@ commands = {[testenv:bandit]commands} {[testenv:bashate]commands} {[testenv:checkniceness]commands} + python setup.py check --restructuredtext --strict [testenv:flake8] basepython = python3