diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-04-29 15:56:27 +0530 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-05-04 14:43:58 +0000 |
commit | 6d2d247ea230f9fe65d05f98ee1742b4ec39f8b4 (patch) | |
tree | 69d19ff4f9f4eb585ec2788cc55275dfc96b90a7 /docs/conf.py | |
parent | 4f7622c9276a3e03c7bbdbfa6e613d21a9b5166d (diff) |
Misc Changes
1. Add sidebar akin to ODL
2. Remove redundant 'OPNFV' from all
composite document titles
3. Edit documentation-example for the
updated toolchain. Renamed this file as
'addendum.rst'. Eliminated obsolete content.
4. Listed test projects in alphabetic order
Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit a3c38919def45d732897aa91533bb0e30e6e3670)
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index e68bf8dc8..38a8c8121 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,6 +103,7 @@ html_theme = 'bootstrap' # html_theme_options = {} html_theme_options = { 'bootswatch_theme': "journal", + 'navbar_sidebarrel': False, } # Add any paths that contain custom themes here, relative to this directory. @@ -264,7 +265,7 @@ texinfo_documents = [ 'Miscellaneous'), ] -html_sidebars = {'**': ['my_custom_sidebar.html']} +html_sidebars = {'**': ['localtoc.html', 'relations.html'],} # Documents to append as an appendix to all manuals. # texinfo_appendices = [] |