Fix TOCTree not linking properly

This commit is contained in:
Eric Holscher 2018-10-11 16:46:28 +02:00
parent 298caf6462
commit 32255dc308

View file

@ -88,7 +88,7 @@ exclude_patterns = ['_build']
# The reST default role (used for this markup: `text`) to use for all
# documents.
#default_role = None
default_role = None
# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True
@ -296,7 +296,7 @@ texinfo_documents = [
# app setup hook
def setup(app):
app.add_config_value('recommonmark_config', {
'url_resolver': lambda url: github_doc_root + url,
#'url_resolver': lambda url: github_doc_root + url,
'auto_toc_tree_section': 'Contents',
'enable_eval_rst': True,
'enable_auto_doc_ref': True,