Skip to content
This repository has been 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
merged 1 commit into from Sep 7, 2018
Merged

Register a parser class using new Sphinx API; add_source_suffix #113

merged 1 commit into from Sep 7, 2018

Conversation

tk0miya
Copy link
Contributor

@tk0miya tk0miya commented Jul 28, 2018

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).

@@ -24,6 +24,10 @@ pip install recommonmark
Then add this to your Sphinx conf.py:

```
# for Sphinx-1.4 or newer
extensions = ['recommonmark']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this setting is much simple and easy for users. So I hope new package including this change will be released soon.

@ericholscher
Copy link
Member

Great, thanks for sending this over! I'll take a look and try to get something released soon.

@ericholscher ericholscher merged commit 51b7f77 into readthedocs:master Sep 7, 2018
@TimKam
Copy link

TimKam commented Sep 16, 2018

@ericholscher Any chance this will be released soon? Because then we can update the Sphinx documentation accordingly :-)

@tk0miya
Copy link
Contributor Author

tk0miya commented Dec 23, 2018

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.

@tk0miya tk0miya deleted the use_new_Sphinx_API branch December 23, 2018 10:54
@ericholscher
Copy link
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.

@ericholscher
Copy link
Member

@tk0miya sorry for the delay here. 0.5.0 is now released.

@tk0miya
Copy link
Contributor Author

tk0miya commented Jan 9, 2019

🎉

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants