-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Doc: Move the module declaration to index.rst #8280
Conversation
When the declaration stays in reference.rst, it creates duplicated "pytest" symbols such as `pytest.pytest.mark.filterwarnings`.
|
PS, when this is merged, can docs be rebuilt with it ASAP? It is currently breaking docs ci for Matplotlib. |
@QuLogic I think the doc is automatically built every time a new commit is pushed to master |
Thanks a lot @xuhdev! For the reference, here are the references in
|
Doc: Move the module declaration to index.rst
Backport: #8285 |
Will this end up in |
It will take a few weeks unfortunately, But I believe for the purpose of referencing the docs, |
This is fixed in pytest git, but won't be in a released version for some time. pytest-dev/pytest#8280 (comment)
The incorrect reference is fixed in pytest git, but won't be in a released version for some time. pytest-dev/pytest#8280 (comment)
When the declaration stays in reference.rst, it creates duplicated
"pytest" symbols such as
pytest.pytest.mark.filterwarnings
.Resolves #8220 (comment)