File: conf.py

package info (click to toggle)
python-pot 0.9.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,884 kB
  • sloc: python: 56,498; cpp: 2,310; makefile: 265; sh: 19
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
from recommonmark.parser import CommonMarkParser

source_parsers = {".md": CommonMarkParser}

source_suffix = [".md"]
master_doc = "index"