diff --git a/docs/conf.py b/docs/conf.py index 9f5b47b41e..bdc34e86ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -295,10 +295,10 @@ texinfo_documents = [ # app setup hook def setup(app): - app.add_config_value('recommonmark_config', { - 'url_resolver': lambda url: github_doc_root + url, - 'enable_auto_toc_tree': True, - 'enable_eval_rst': True, - 'enable_auto_doc_ref': True, - }, True) - app.add_transform(AutoStructify) \ No newline at end of file + app.add_config_value('recommonmark_config', { + 'url_resolver': lambda url: github_doc_root + url, + 'enable_auto_toc_tree': True, + 'enable_eval_rst': True, + 'enable_auto_doc_ref': True, + }, True) + app.add_transform(AutoStructify) \ No newline at end of file