(app)
| 171 | |
| 172 | github_doc_root = 'https://github.com/rtfd/recommonmark/tree/master/doc/' |
| 173 | def setup(app): |
| 174 | app.add_config_value('recommonmark_config', { |
| 175 | 'url_resolver': lambda url: github_doc_root + url, |
| 176 | 'enable_eval_rst': True, |
| 177 | }, True) |
| 178 | app.add_transform(AutoStructify) |
nothing calls this directly
no outgoing calls
no test coverage detected