Make manual depend on doc.

Tweak some Sphinx/CMake stuff.
This commit is contained in:
Matt Williams
2010-07-20 13:24:28 +00:00
parent 5cbd0981eb
commit d45604c80b
3 changed files with 13 additions and 5 deletions

View File

@ -54,7 +54,7 @@ release = '@POLYVOX_VERSION@'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
language = "en"
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@ -227,3 +227,6 @@ doxylink = {
qthelp_basename = "polyvox"
primary_domain = "c++"
# Default higlighting scheme to use for `code-block` directives
highlight_language = "c++"