We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
When building using python-build/python-install and sphinx on Arch I'm seeing the following files being shoved into places they shouldn't be!:
The text was updated successfully, but these errors were encountered:
Hi, can you provide the exact build steps/commands you tried in your side (or PKGBUILD file if you have one), the .doctrees files would get ignored due to https://github.com/tldr-pages/tldr-python-client/blob/main/docs/.gitignore.
.doctrees
So the final package definitely wouldn't generate or place anything other than the .1 man page file in the man/man1 directory. (Feel free to check our PyPI source distribution for reference: https://pypi.org/project/tldr/#files and also our publish workflow https://github.com/tldr-pages/tldr-python-client/blob/main/.github/workflows/publish.yml)
.1
man/man1
Sorry, something went wrong.
cd "tldr-python-client-$pkgver" make -C docs python -m build --wheel --no-isolation python -m installer --destdir="$pkgdir" dist/*.whl
I'm not sure what the .gitignore file has to do with the packaging, though. I'm using the distributed tarball in the releases page.
kbdharun
No branches or pull requests
When building using python-build/python-install and sphinx on Arch I'm seeing the following files being shoved into places they shouldn't be!:
The text was updated successfully, but these errors were encountered: