Set highlight language to c++ in config

This commit is contained in:
Victor Zverovich 2014-11-07 07:24:51 -08:00
parent f02e4100db
commit 43d3c0a110
2 changed files with 2 additions and 2 deletions

View File

@ -104,6 +104,8 @@ exclude_trees = ['sphinx-bootstrap-theme']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
highlight_language = 'c++'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []

View File

@ -1,5 +1,3 @@
.. highlight:: c++
.. _string-formatting-api:
*************