Closed minhdoan0730 closed 9 months ago
Hi, I'll have to take a closer look at this. Right off the bat I can't tell much and nothing rings a bell at sphinxcontrib.applehelp. I hope I find the time in the next few days.
Just saw other PRs failing with the same error, also over at rstcheck
. Seems to be a bigger issue not only for your PR.
Fixed in #90
Thank you @Cielquan
To Dos
[X] I already searched with my favorite search engine "How to do X with rstcheck".
[X] I already read and followed the README and didn't find an answer.
[X] I have checked the issues and think that this is not a duplicate.
[X] I added a very descriptive title to this issue.
Description
Hello, I'm a developer who work with Roberto to implement feature https://github.com/rstcheck/rstcheck-core/issues/68. Our pull request here https://github.com/rstcheck/rstcheck-core/pull/85.
Currently the Test code CI workflow of our PR is failed with the python version >=3.9 in matrix. As the logs show while running tox, it's related to sphinxcontrib.applehelp that require python>=3.9 and sphinx>=5.0 https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/pyproject.toml#L54
I also take the test of removing sphinx-4 from tox-env on my personal fork, it all passed, https://github.com/namminhlp/rstcheck-core/actions/runs/7608363389.
So, is the issue come from your setup ? Or what else we need to do to pass your Test code workflow ?
Thank you in advance !
Operating System
Linux, macOS
Operating System Details
No response
Python Version
3.11
rstcheck Version
1.2.2