Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #123 from rtfd/fix-docs-urls
Browse files Browse the repository at this point in the history
Fix TOCTree not linking properly
  • Loading branch information
ericholscher committed Oct 11, 2018
2 parents 298caf6 + 32255dc commit a0afe7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

# 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
Expand Down Expand Up @@ -296,7 +296,7 @@
# 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,
Expand Down

0 comments on commit a0afe7d

Please sign in to comment.