Skip to content

Commit

Permalink
Hopefully fix the config so the toc builds right
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Aug 6, 2017
1 parent 6a40ff3 commit 880955a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
def setup(app):
app.add_config_value('recommonmark_config', {
'url_resolver': lambda url: github_doc_root + url,
'auto_toc_tree_section': 'Contents',
"enable_auto_doc_ref": False,,
}, True)
app.add_transform(AutoStructify)

2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UBports Documentation

## Table of Contents:
## Table of Contents

* [About UBports](about/index.md)
* [User Guides](howto/index.md)
Expand Down

0 comments on commit 880955a

Please sign in to comment.