From c598d908994ffbe5ab34e7c43a3bafca0e8420b7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 May 2010 10:21:57 +0000 Subject: Sphinx theme from Alex Sytnik (smerch) for API Docs You wouldnt know its not blender.org :D http://www.blender.org/documentation/250PythonDoc/mathutils.html from revision 39 of https://svn.blender.org/svnroot/blend-doc/trunk/python/doc --- source/blender/python/doc/sphinx_doc_gen.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/python/doc/sphinx_doc_gen.py') diff --git a/source/blender/python/doc/sphinx_doc_gen.py b/source/blender/python/doc/sphinx_doc_gen.py index f9260cd70e5..407bc752d58 100644 --- a/source/blender/python/doc/sphinx_doc_gen.py +++ b/source/blender/python/doc/sphinx_doc_gen.py @@ -283,6 +283,9 @@ def rna2sphinx(BASEPATH): fw("copyright = u'Blender Foundation'\n") fw("version = '%s - UNSTABLE API'\n" % version_string) fw("release = '%s - UNSTABLE API'\n" % version_string) + 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") fw("\n") -- cgit v1.2.3