-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix missing references in docs #5518
Comments
@l1storez do you want to work on this task? |
yep |
@webknjaz Please assign this to me as well. I will work on this. |
@sgr81 done! Just make sure to work on different files not to repeat each other's work :) |
@sgr81 I am working on |
@sgr81 Please, write the files you will be fixing. Because I almost fixed mine and take |
@l1storez I have not started but I will pick other than those you mentioned above. |
also working on |
I think that the work on the PR is completely mine, now |
@l1storez which PR? There's many. |
I'm so sorry, on the issue |
Remaining warnings:
|
Sent PRs for the latest files. Waiting for merge and resolve conflicts |
…#5780) Resolves #5518 (cherry picked from commit 87e4f3b) Co-authored-by: Olexiy Pohorely <[email protected]>
👋 THIS IS A GOOD FIRST ISSUE
🐞 Describe the bug
I noticed that the docs have some RST references to internal and external intersphinx objects. We should fix those and enable
nitpicky = True
by default.P.S. It is okay to send small PRs to fix references gradually
💡 To Reproduce
Uncomment
nitpicky = True
indocs/conf.py
and runmake doc
.💡 Expected behavior
No errors.
📋 Logs/tracebacks
📋 Your version of the Python
N/A
📋 Your version of the aiohttp/yarl/multidict distributions
N/A
📋 Additional context
All the existing references can be found at https://webknjaz.github.io/intersphinx-untangled/
The text was updated successfully, but these errors were encountered: