Added lang to sphinx template, linked py to cookbook and cpp to cheatseet, #723

This commit is contained in:
James Bowman
2010-11-30 23:35:03 +00:00
parent 196d45bc3e
commit 59313f2a60
5 changed files with 55 additions and 3 deletions

View File

@@ -97,7 +97,9 @@ html_theme = 'blue'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
"lang" : "%LANG%" # buildall substitutes this for c, cpp, py
}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['../_themes']