| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -38,6 +38,7 @@ | |
| "sphinx.ext.napoleon", | ||
| "sphinx.ext.todo", | ||
| "sphinx.ext.viewcode", | ||
| "recommonmark", | ||
| ] | ||
|
|
||
| # autodoc/autosummary flags | ||
| Expand All | @@ -49,10 +50,6 @@ | |
| # Add any paths that contain templates here, relative to this directory. | ||
| templates_path = ["_templates"] | ||
|
|
||
| # 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"} | ||
|
Comment thread
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityCould you tell me more about this change? I see it's blocking your other PR.
Sorry, something went wrong.
All reactions
|
||
|
|
||
| # The suffix(es) of source filenames. | ||
| # You can specify multiple suffix as a list of string: | ||
| # source_suffix = ['.rst', '.md'] | ||
| Expand Down | ||
| Back | FazBrowse Home | New Git URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityFound 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.
Uh oh!
There was an error while loading. Please reload this page.