learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
456 stars 304 forks source link

Shorten TOC on installation guide #5459

Closed benjaoming closed 7 years ago

benjaoming commented 7 years ago

Summary

Website points directly to this page for "Installation Guide" item:

http://ka-lite.readthedocs.io/en/latest/installguide/install_main.html

But it's a mess because the TOC shows too many levels:

screenshot from 2017-05-05 20-44-06

morrme commented 7 years ago

Looks like the max depth attribute needs to be set. Whoever changes it may need admin access.

benjaoming commented 7 years ago

You're right @morrme - Once merged into the right branch ( develop / master / 0.17.x ), RTD will build it automatically

radinamatic commented 7 years ago

Seems a good suggestion to set:

.. toctree::
    :maxdepth: 2

:+1:

benjaoming commented 7 years ago

Fixed in #5460