From 16f038305a6935f7a3b7656f947c900b3cc3dc69 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 5 Jan 2022 10:32:38 +0000 Subject: [PATCH] L2SS-558: Perform linting on sphinx rst files Ignore lines going over 80 characters as the majority of the team does not mind long lines. --- tangostationcontrol/tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tangostationcontrol/tox.ini b/tangostationcontrol/tox.ini index 7ac461604..542271ad1 100644 --- a/tangostationcontrol/tox.ini +++ b/tangostationcontrol/tox.ini @@ -29,8 +29,7 @@ commands = ; TODO(Corne): Integrate Hacking to customize pep8 rules [testenv:pep8] commands = -; doc8 is only necessary in combination with Sphinx or ReStructuredText (RST) -; doc8 doc/source/ README.rst + doc8 docs/source/ --ignore D001 flake8 [testenv:bandit]; -- GitLab