sphinx-lint icon indicating copy to clipboard operation
sphinx-lint copied to clipboard

Add tox.

Open JulienPalard opened this issue 2 years ago • 1 comments
trafficstars

JulienPalard avatar Jul 19 '23 22:07 JulienPalard

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.

JulienPalard avatar Jul 24 '23 11:07 JulienPalard