mirror of
https://github.com/vale981/recommonmark
synced 2025-03-05 18:11:39 -05:00
Fix TOCTree not linking properly
This commit is contained in:
parent
298caf6462
commit
32255dc308
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ exclude_patterns = ['_build']
|
||||||
|
|
||||||
# The reST default role (used for this markup: `text`) to use for all
|
# The reST default role (used for this markup: `text`) to use for all
|
||||||
# documents.
|
# documents.
|
||||||
#default_role = None
|
default_role = None
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
#add_function_parentheses = True
|
#add_function_parentheses = True
|
||||||
|
@ -296,7 +296,7 @@ texinfo_documents = [
|
||||||
# app setup hook
|
# app setup hook
|
||||||
def setup(app):
|
def setup(app):
|
||||||
app.add_config_value('recommonmark_config', {
|
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',
|
'auto_toc_tree_section': 'Contents',
|
||||||
'enable_eval_rst': True,
|
'enable_eval_rst': True,
|
||||||
'enable_auto_doc_ref': True,
|
'enable_auto_doc_ref': True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue