Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-05-14 14:21:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-14 14:21:57 +0400
commitc598d908994ffbe5ab34e7c43a3bafca0e8420b7 (patch)
treeeb9484885f985f59ccd6d1cfd908fb1883860ac9 /source/blender/python/doc/sphinx_doc_gen.py
parent03f983da852b0a39fb4fe63e8b7d40970769e270 (diff)
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
Diffstat (limited to 'source/blender/python/doc/sphinx_doc_gen.py')
-rw-r--r--source/blender/python/doc/sphinx_doc_gen.py3
1 files changed, 3 insertions, 0 deletions
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")