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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user