[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40942] trunk/blender/doc/python_api/ sphinx_doc_gen.py: fix [#28873] Blenders Python API Sphinx Build Script give exceptions

Campbell Barton ideasman42 at gmail.com
Wed Oct 12 01:27:02 CEST 2011


Revision: 40942
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40942
Author:   campbellbarton
Date:     2011-10-11 23:27:01 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
fix [#28873] Blenders Python API Sphinx Build Script give exceptions

Modified Paths:
--------------
    trunk/blender/doc/python_api/sphinx_doc_gen.py

Modified: trunk/blender/doc/python_api/sphinx_doc_gen.py
===================================================================
--- trunk/blender/doc/python_api/sphinx_doc_gen.py	2011-10-11 23:17:46 UTC (rev 40941)
+++ trunk/blender/doc/python_api/sphinx_doc_gen.py	2011-10-11 23:27:01 UTC (rev 40942)
@@ -1042,7 +1042,9 @@
         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")




More information about the Bf-blender-cvs mailing list