Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MarkdownでもSphinx

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

 MarkdownでもSphinx

Python東海30回での発表資料

Avatar for Satoshi Miura

Satoshi Miura

June 26, 2016
Tweet

More Decks by Satoshi Miura

Other Decks in Technology

Transcript

  1. conf.py > from recommonmark.parser import CommonMarkParser > > source_parsers =

    { > '.md': CommonMarkParser, > } > < # source_suffix = ['.rst', '.md'] < source_suffix = '.rst' --- > source_suffix = ['.rst', '.md'] > # source_suffix = '.rst'