| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| # Allow markdown includes (so releases.md can include CHANGLEOG.md) | ||
| # http://www.sphinx-doc.org/en/master/markdown.html | ||
| source_parsers = {".md": "recommonmark.parser.CommonMarkParser"} |
There was a problem hiding this comment.
Could you tell me more about this change? I see it's blocking your other PR.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM based on: https://github.com/readthedocs/recommonmark
Sorry, something went wrong.
| "sphinx.ext.napoleon", | ||
| "sphinx.ext.todo", | ||
| "sphinx.ext.viewcode", | ||
| "recommonmark", |
There was a problem hiding this comment.
Found relevant information. Thanks for your patience on this PR.
https://github.com/readthedocs/recommonmark
# for Sphinx-1.4 or newer
extensions = ['recommonmark']
# for Sphinx-1.3
from recommonmark.parser import CommonMarkParser
source_parsers = {
'.md': CommonMarkParser,
}
source_suffix = ['.rst', '.md']
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #100