sphinx-lint
sphinx-lint copied to clipboard
Add tox.
trafficstars
With the "better" detection of tables I had to remove a test that was passing by chance: the test was ensuring we were finding errors in a table... and the table used in the test was so small it went undetected by the old check, so we were looking for errors in it. With the current detection of table we correctly identify the table as a table and stop searching in it.