Skip to content

Instantly share code, notes, and snippets.

@nk-gears
Forked from shimizukawa/README.rst
Created July 28, 2019 15:19
Show Gist options
  • Save nk-gears/8e0c2038d6d107c5c9b1e1b5ea1695c9 to your computer and use it in GitHub Desktop.
Save nk-gears/8e0c2038d6d107c5c9b1e1b5ea1695c9 to your computer and use it in GitHub Desktop.
Sphinx with Markdown !!
source_parsers={
'.md': 'recommonmark.parser.CommonMarkParser'
}
source_suffix=['.rst','.md']
pip install Sphinx recommonmark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment