chore(dist): add docs *.md files to sdist#1813
Merged
nejch merged 1 commit intopython-gitlab:mainfrom Jan 8, 2022
Merged
Conversation
build_sphinx to fail due to setup.cfg warning-is-error
Member
|
Thanks for this @derekschrock! Does this come from https://github.com/freebsd/freebsd-ports/tree/main/devel/py-python-gitlab? If so maybe I can add some tests to build docs from sdist to avoid this in the future. https://github.com/python-gitlab/python-gitlab/blob/main/tests/smoke/test_dists.py |
Contributor
Author
Yes, however it doesn't block updating the port I can just add the file to the port until it's included in the sdist. |
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Jan 13, 2022
- Update to 3.0.0 [1] - Add missing dist file docs/changelog.md [2] - Add patch to fix sphinx 4.1 feature autodoc_typehints both [3][4] [1] https://github.com/python-gitlab/python-gitlab/releases/tag/v3.0.0 [2] python-gitlab/python-gitlab#1813 [3] https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html [4] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257116 PR: 261026 Reported by: Derek Schrock (maintainer)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
build_sphinx to fail due to setup.cfg warning-is-error