fix for warnings after texface commit, also comment blender sphinx theme for api reference until we get an update for 'Naiad'

This commit is contained in:
Campbell Barton
2011-09-20 01:35:39 +00:00
parent b263aefb0e
commit 00de0cd6a7
4 changed files with 11 additions and 8 deletions

View File

@@ -1036,8 +1036,12 @@ def rna2sphinx(BASEPATH):
fw("copyright = u'Blender Foundation'\n")
fw("version = '%s - API'\n" % version_string)
fw("release = '%s - API'\n" % version_string)
fw("html_theme = 'blender-org'\n")
fw("html_theme_path = ['../']\n")
# until we get a theme for 'Naiad'
if 0:
fw("html_theme = 'blender-org'\n")
fw("html_theme_path = ['../']\n")
fw("html_favicon = 'favicon.ico'\n")
# not helpful since the source us generated, adds to upload size.
fw("html_copy_source = False\n")