fix [#28873] Blenders Python API Sphinx Build Script give exceptions

This commit is contained in:
Campbell Barton 2011-10-11 23:27:01 +00:00
parent 4750f24663
commit e3be5aacf8

@ -1042,7 +1042,9 @@ def rna2sphinx(BASEPATH):
fw("html_theme = 'blender-org'\n")
fw("html_theme_path = ['../']\n")
fw("html_favicon = 'favicon.ico'\n")
# copied with the theme, exclude else we get an error [#28873]
fw("html_favicon = 'favicon.ico'\n")
# not helpful since the source us generated, adds to upload size.
fw("html_copy_source = False\n")
fw("\n")