-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
quickstart: recommend PyPA build instead of pep517.build #2552
Conversation
I think this is too minor to deserve a changelog entry. |
a2eb8df
to
501aa80
Compare
Nope. Not done. Now I get:
and I have no idea what this means and how to fix this. Searching did not yield anything helpful either yet. |
30 minutes: how log it took me to figure out that I should remove the _. The error message could use improvement. |
Sorry for acting unprofessionally. I have no idea why I'm in a bad mood today. |
docs/conf.py
Outdated
extensions = [ | ||
'sphinx.ext.autodoc', | ||
'jaraco.packaging.sphinx', | ||
'rst.linker', | ||
'sphinx.ext.intersphinx', | ||
'sphinx.ext.extlinks', | ||
] |
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 revert this change, the top part of this module is merged-in from the shared skeleton, and changing it will mess things up for the maintainers.
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.
There should be a comment in conf.py warning contributors about the skeleton
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.
done
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.
Yeah, probably. But it'd need to go to https://github.com/jaraco/skeleton first. This is something @jaraco may want to address separately.
b7a5313
to
e70c2af
Compare
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.
LGTM ❤️
Thanks for the PR and the thoughtful review. |
Summary of changes
Docs update to recommend PyPA build instead of pep517.build (see pypa/pyproject-hooks#91). Similar to #2504 but for docs/userguide/quickstart.rst