Break out commands into its own file

This commit is contained in:
ridiculousfish
2019-02-10 18:01:37 -08:00
parent fb75d0f848
commit 3debfe7534
3 changed files with 21 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ html_static_path = ['_static']
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
# 'searchbox.html']``.
#
# html_sidebars = {}
html_sidebars = { '**': ['globaltoc.html', 'localtoc.html', 'searchbox.html'] }
# -- Options for HTMLHelp output ---------------------------------------------