From fb675ac141743fb39f37def65d484bac45e92804 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Mon, 6 Aug 2018 14:23:12 +0200 Subject: [PATCH] Fix README.rst and add syntax check Change-Id: I3559cccac407f0f6c72597bf874e3bfd4bfe7f76 Story: 2002163 Task: 24277 --- README.rst | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7ef0ceef8..77cf7d2ee 100644 --- a/README.rst +++ b/README.rst @@ -134,7 +134,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -.. _Team and repository tags: https://governance.openstack.org/tc/reference/tags/index.html .. _layered architecture: https://en.wikipedia.org/wiki/Multilayered_architecture .. _docs/monasca-api-spec.md: docs/monasca-api-spec.md .. _here: /docs/java.md diff --git a/tox.ini b/tox.ini index 739bd029c..6064d2fb3 100644 --- a/tox.ini +++ b/tox.ini @@ -64,6 +64,7 @@ commands = {[testenv:bandit]commands} {[testenv:bashate]commands} {[testenv:checkniceness]commands} + python setup.py check --restructuredtext --strict [testenv:docs] basepython = python3