[sphinx-users] Re: Table of Contents bar on the left is not correct.

2016-10-16 Thread Shatnerz
This was exactly what I needed. Thank you. On Wednesday, October 12, 2016 at 10:15:01 PM UTC-4, Komiya Takeshi wrote: > > Hi, > > I think globaltoc helps you. > Please add following settings to your conf.py: > html_sidebars = { > '**': ['globaltoc.html', 'relations.html', 'sourcelink.html',

[sphinx-users] Re: Table of Contents bar on the left is not correct.

2016-10-12 Thread Komiya Takeshi
Hi, I think globaltoc helps you. Please add following settings to your conf.py: html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'], } In detail, please see the document: http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars