- Notifications
You must be signed in to change notification settings - Fork675
chore(dist): add docs *.md files to sdist#1813
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
build_sphinx to fail due to setup.cfg warning-is-error
nejch commentedJan 8, 2022
Thanks for this@derekschrock! Does this come fromhttps://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 |
derekschrock commentedJan 8, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Yes, however it doesn't blockupdating the port I can just add the file to the port until it's included in the sdist. |
- 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=257116PR:261026Reported by:Derek Schrock (maintainer)
build_sphinx to fail due to setup.cfg warning-is-error