-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc8 ignores ''--config pyproject.toml" on Python 3.11 #145
Comments
I also have this issue, but using |
@SerGeRybakov For the TOML file, try to install explicitly:
That made it work for me with Python 3.11.2 and doc8 0.11.2 on Debian container, problem is in doc8 |
For me it is working for some commands (e.g.
|
Try to have those settings as arrays in the toml file, e.g.:
|
Thanks a lot. |
for me not working at all, using doc8 v1.1.1 |
I have a number of reusable GitHub CI wokflows. One of them creates python environments of different versions and runs checks and tests.
The doc8 command is common for any environment:
doc8 --config pyproject.toml ./docs
Here you can see 3 different jobs with 3.9, 3.10 and 3.11 (in the middle) environments:
All the jobs, except 3.11 passed.
Pyproject.toml has the following simple setting:
The length of each string is lower than 99.
I tried run doc8 locally on Python 3.11.4 by
doc8 --config pyproject.toml ./docs
and it also failed:The text was updated successfully, but these errors were encountered: