Skip to content

Instantly share code, notes, and snippets.

@shimizukawa
Last active July 28, 2019 15:19
Show Gist options
  • Save shimizukawa/d62d947509a24f816168 to your computer and use it in GitHub Desktop.
Save shimizukawa/d62d947509a24f816168 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