We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @jnoortheen!
I'm trying to publish xontrib based on xontrib-template to pypi - https://github.com/anki-code/xontrib-jump-to-dir/blob/4c505cc37b7e426f82ccda21564f94b5971f5f02/.github/workflows/release.yml#L58-L61
And I'm facing with issue:
How I should fix this? Please fix xontrib-template to avoid this error for the new template users.
Thanks!
The text was updated successfully, but these errors were encountered:
How I should fix this?
since setuptools is used for package management, you can use pip install .[doc] to install the dependencies for documentation
pip install .[doc]
Please fix xontrib-template to avoid this error for the new template users.
That part is commented since it is not ready for use and needs some tweaking.
Sorry, something went wrong.
No branches or pull requests
Hi @jnoortheen!
I'm trying to publish xontrib based on xontrib-template to pypi - https://github.com/anki-code/xontrib-jump-to-dir/blob/4c505cc37b7e426f82ccda21564f94b5971f5f02/.github/workflows/release.yml#L58-L61
And I'm facing with issue:
How I should fix this?
Please fix xontrib-template to avoid this error for the new template users.
Thanks!
The text was updated successfully, but these errors were encountered: