This repository was archived by the owner on Mar 25, 2022. It is now read-only.
Register a parser class using new Sphinx API; add_source_suffix#113
Merged
Conversation
tk0miya
commented
Jul 28, 2018
|
|
||
| ``` | ||
| # for Sphinx-1.4 or newer | ||
| extensions = ['recommonmark'] |
Contributor
Author
There was a problem hiding this comment.
I think this setting is much simple and easy for users. So I hope new package including this change will be released soon.
Member
|
Great, thanks for sending this over! I'll take a look and try to get something released soon. |
|
@ericholscher Any chance this will be released soon? Because then we can update the Sphinx documentation accordingly :-) |
Contributor
Author
|
Is there any plan to release a new version? Sphinx-2.0 will be released in next March. After that, deprecation warning will be shown to users. |
Member
|
@tk0miya Yea, it's on my list. We just had a bunch of issues with version inconsistencies, but I should just go ahead and do a new release. |
Member
|
@tk0miya sorry for the delay here. 0.5.0 is now released. |
Contributor
Author
|
🎉 |
nsoranzo
added a commit
to nsoranzo/galaxy
that referenced
this pull request
Jan 10, 2019
nsoranzo
added a commit
to nsoranzo/galaxy
that referenced
this pull request
Jan 14, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello developers,
Since Sphinx-1.8, it will provide a new API called
add_source_suffix(). And it will become new standard of parser extensions after 2.0 (For more details, please read our docs http://www.sphinx-doc.org/en/master/extdev/parserapi.html).