-
Notifications
You must be signed in to change notification settings - Fork 5
Update release-cycle.json URL #143
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
Conversation
completion.py
Outdated
| from functools import cache | ||
| from pathlib import Path | ||
| from tempfile import TemporaryDirectory | ||
| from urllib.request import urlopen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This project already requires both requests (via Sphinx) and urllib3 (directly), perhaps we should use one of the two?
StanFromIreland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix it's usage:
Line 17 in afdc452
| from completion import branches_from_devguide, get_completion |
Co-authored-by: Adam Turner <[email protected]>
AA-Turner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI failing on git permission error; unrelated.
A
3da40df
into
python-docs-translations:main
|
Yes, you need to create a branch in this repository for it to work. |
No description provided.