diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2017-12-06 04:21:29 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2017-12-06 04:21:29 -0500 |
| commit | e05abf6e117be08dc33c7664b3d823c08887de1e (patch) | |
| tree | 9b1f85d69450fb3a995883d70c7e8f2c77bda4ea /conf.py | |
| parent | f1b953de65ec060af50b35b553ff80e7fd5ceeda (diff) | |
Massively expanded the reference section.
Diffstat (limited to 'conf.py')
| -rwxr-xr-x | conf.py | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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', ] |
