From d03ae7273294985c44646d5803a87a57e9d5a839 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 24 May 2018 16:32:49 +0200 Subject: [PATCH] fix Docs --- docs/conf.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9f5b47b41e..11eb371c6a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,6 @@ import os # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, os.path.abspath('.')) from recommonmark.parser import CommonMarkParser -from recommonmark.transform import AutoStructify source_parsers = {'.md': CommonMarkParser} # -- General configuration ------------------------------------------------ @@ -294,11 +293,11 @@ texinfo_documents = [ #texinfo_no_detailmenu = False # 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 +# 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