> On Sun, Mar 14, 2021, at 01:27, Daniele Procida wrote: > A few questions: would you like me to add something to the > _changelog_towncrier_draft.rst or changelog.rst, even for these little > changes? I don't want to pollute it with excessive noise.
I think the best/easiest thing would be to add a single general changelog at the end of the effort (or toward a release). But I think which ever way you prefer is fine. > Secondly, would you like me to create an issue just to refer to this > conversation, and for the commits to refer to? Since the changelog entry format requires an issue number, it makes sense to create one for this purpose. You can make it just a placeholder and refer to the mailing list, or however you prefer. > Finally, is there a way to run linting on the documentation only? There are several things that pass over the docs (I might be missing some): - The "blacken-docs" which formats code in the docs. - Some doctesting which executes tests in the docs. - The "regen" task which adds real-life execution results to the docs. - The sphinx build itself which generates the docs and also issues warnings. There's also a linkcheck which checks broken links but I think we don't actually run that. Do you refer to any one in particular or just one of these? Are you using tox, or is it that tox is too slow and you want to run the commands manually? Ran _______________________________________________ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev