-
Notifications
You must be signed in to change notification settings - Fork 187
Error codes missing from ReadTheDocs as of 4.0.0 #380
Comments
I found this issue while trying to find documentation on new code I note that http://www.pydocstyle.org/en/4.0.0/error_codes.html#default-conventions is also missing documentation of the new |
Addresses the problem I noted in a comment on issue PyCQA#380
There must have been a problem with the included file |
Ew, that sounds like a hack. Importing conf.py isn't supposed to have side-effects. Maybe ReadTheDocs is now caching the contents of |
Importing Looking at the RTD build logs might be instructive... |
I checked the log of a recent build and it doesn't look like they use caching - indeed they append extra build config to each |
Oh, here's the issue:
|
Looks like D415 broke the table - if so there are less fragile RST table layouts without the vertical bars which would work better here. |
Self-contained snippet for testing:
|
* Fix error table RST, max short code now over 69 chars Should close #380. * Release note with link to pull request
@Nurdok Could you tag a |
* Update conventions documentation for v4.0.0 Addresses the problem I noted in a comment on issue #380 * Link to PR updating docs * Add google convention to documentation. * Move news entry to current dev version Co-authored-by: Michael R. Shannon <[email protected]>
On ReadTheDocs, the current error codes page has a blank Grouping heading.
For the 3.0.0 release docs, this is where the table of error codes would be printed.
The text was updated successfully, but these errors were encountered: