You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see readthedocs/sphinx_rtd_theme#1111, though I think I'm encountering a Sphinx bug, rather than a bug in that particular theme.
To Reproduce
Steps to reproduce the behavior:
<Paste your command-line here which cause the problem>
$ git clone git://github.com/circuithub/rel8
$ cd docs
$ pip install -r requirements.txt
$ make html
$ # open _build/html/index
Expected behavior
Each toctree caption would be a <p class="caption"> element, which sphinx-rtd-theme will style specially.