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