-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dash supports more plist keys: DashDocSetFallbackURL & isJavaScriptEnabled #43
Conversation
Let’s ask @Kapeli ✨! :) |
Looks good.
It's for all JavaScript files, regardless if they're bundled or remote. |
In that case all it needs it docs. :) (don’t forget authors.rst & changelog.rst) |
…abled This PR adds support for both based on the information provided in https://kapeli.com/docsets#improveDocset
3f9844c
to
5fc005e
Compare
@@ -11,6 +11,7 @@ Changelog | |||
The move from ``unicode_literals`` to explicit prefixes broke some things that are fixed now. | |||
(`#29 <https://github.com/hynek/doc2dash/issues/29>`_, `#30 <https://github.com/hynek/doc2dash/issues/30>`_) | |||
- Fix detection of `pydoctor 0.5 <http://bazaar.launchpad.net/~mwhudson/pydoctor/dev/revision/605>`_. (`#31 <https://github.com/hynek/doc2dash/issues/31>`_) | |||
- Add support for ``--enable-js`` and ``-online-redirect-url`` options. See :doc:`/usage` for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two dashes for --online
:)
Dash supports more plist keys: DashDocSetFallbackURL & isJavaScriptEnabled
This PR adds support for both based on the information provided in https://kapeli.com/docsets#improveDocset
I'm not sure if I've tested this effectively so let me know what you'd like improved hynek :)
Also, the description for
isJavaScriptEnabled
(https://kapeli.com/docsets#enableJavascript) is really not very good. It seems like you need it to beTrue
to use bundled JS assets, not actual remote ones?