CommonMark-py supports syntax of CommonMark. So, CommonMark-py doesn't support sphinx/reST role and directives.
Last active
July 28, 2019 15:19
-
-
Save shimizukawa/d62d947509a24f816168 to your computer and use it in GitHub Desktop.
Sphinx with Markdown !!
This file contains 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
source_parsers={ | |
'.md': 'recommonmark.parser.CommonMarkParser' | |
} | |
source_suffix=['.rst','.md'] |
This file contains 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
pip install Sphinx recommonmark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment