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! First of all, thank you so much for such an awesome tool!☺️
I'm trying to generate a docset for fish shell.
Built docs: https://fishshell.com/docs/current/index.html Src: https://github.com/fish-shell/fish-shell/tree/master/doc_src
I've built docs from source locally, but unfortunately, the index doesn't seem to work:
❯ doc2dash ./fish Converting intersphinx docs from "fish" to "./fish.docset". Parsing documentation... Added 0 index entries.
The text was updated successfully, but these errors were encountered:
I'm afraid the problem is that the fish docs don't provide any symbols whatsoever. Check out this for example: https://raw.githubusercontent.com/fish-shell/fish-shell/master/doc_src/cmds/abbr.rst
So I'm afraid there simply is no index that doc2dash could use.
Sorry, something went wrong.
Thanks! I’ll try to get the PR going in fish repo then.
No branches or pull requests
Hi! First of all, thank you so much for such an awesome tool!☺️
I'm trying to generate a docset for fish shell.
Built docs: https://fishshell.com/docs/current/index.html
Src: https://github.com/fish-shell/fish-shell/tree/master/doc_src
I've built docs from source locally, but unfortunately, the index doesn't seem to work:
The text was updated successfully, but these errors were encountered: