From e05abf6e117be08dc33c7664b3d823c08887de1e Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 6 Dec 2017 04:21:29 -0500 Subject: Massively expanded the reference section. --- conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 3d6d5f2..aa9c288 100755 --- a/conf.py +++ b/conf.py @@ -89,7 +89,11 @@ html_theme = 'alabaster' # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = { + 'github_button': True, + 'github_user':'ojacobson', + 'github_repo': 'actinide', +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, @@ -103,6 +107,8 @@ html_static_path = ['_static'] # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars html_sidebars = { '**': [ + 'globaltoc.html', + 'localtoc.html', 'relations.html', # needs 'show_related': True theme option to display 'searchbox.html', ] -- cgit v1.2.3