Skip to content

Commit

Permalink
docs(Sphinx): Updated Sphinx config to allow sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarioustim committed Dec 31, 2018
1 parent aa075e1 commit 770b601
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 13 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
'github_repo': 'cerberus-auth',
'description': 'A user authentication and authorisation microservice',
'travis_button': True,
'show_powered_by': False
'show_powered_by': False,
'show_relbars': True,
'show_related': True
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand All @@ -103,7 +105,16 @@
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
# 'searchbox.html']``.
#
html_sidebars = {}
html_sidebars = {
'**': [
'api/modules.html',
'about.html',
'navigation.html',
'relations.html',
'searchbox.html',
'donate.html',
]
}


# -- Options for HTMLHelp output ---------------------------------------------
Expand Down

0 comments on commit 770b601

Please sign in to comment.