| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| "sphinx.ext.napoleon", | ||
| "sphinx.ext.todo", | ||
| "sphinx.ext.viewcode", | ||
| "recommonmark", |
There was a problem hiding this comment.
Hey @crwilcox, we made this change in #103 due to a failure and related documentation around Sphinx-1.4 and greater. We are 1.6.3.
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']
I think I misunderstood how to update this file correctly. Could you PTAL when you have a moment?
Sorry, something went wrong.
|
Pending fix from googleapis/synthtool#570 Closing for now. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR was generated using Autosynth. 🌈
Log from Synthtool