Repository URL to install this package:
|
Version:
0.0.6-dev ▾
|
node-sitefile
/
conf.py
|
|---|
"""
Builder for node-sitefile.readthedocs.io
"""
from recommonmark.parser import CommonMarkParser
source_parsers = {
'.md': CommonMarkParser,
}
source_suffix = ['.rst', '.md']
intersphinx_mapping = {
'python': ('http://python.readthedocs.io/en/latest/', None),
'django': ('http://django.readthedocs.io/en/1.8.x/', None),
'sphinx': ('http://sphinx.readthedocs.io/en/latest/', None),
}