forked from bartvdbraak/blender
996efebbe3
First commit to make some structure in doc/ directory. - moved source/blender/python/doc -> doc/python_api - moved source/gameengine/PyDoc/*.rst -> doc/python_api/rst - modified accordingly sphinx_doc_gen.py and sphinx_doc_gen.sh (later on I'll try alternative/ scripts by neXyon as promised :) - source/gameengine/PyDoc/ is still there because contains epydoc stuff for the bge, will ask more and look into it later
31 lines
832 B
Plaintext
31 lines
832 B
Plaintext
[theme]
|
|
inherit = basic
|
|
stylesheet = default.css
|
|
pygments_style = sphinx
|
|
|
|
[options]
|
|
rightsidebar = true
|
|
stickysidebar = true
|
|
|
|
footerbgcolor = #000000
|
|
footertextcolor = #ffffff
|
|
sidebarbgcolor = #1c4e63
|
|
sidebartextcolor = #ffffff
|
|
sidebarlinkcolor = #97b9cf
|
|
relbarbgcolor = #2C3845
|
|
relbartextcolor = #D3E0E9
|
|
relbarlinkcolor = #D3E0E9
|
|
relbaractlinkcolor = #f39410
|
|
bgcolor = #232323
|
|
bordercolor = #363636
|
|
textcolor = #ffffff
|
|
headbgcolor = #232323
|
|
headtextcolor = #ffffff
|
|
headlinkcolor = #97b9cf
|
|
linkcolor = #97b9cf
|
|
codebgcolor = #eeffcc
|
|
codetextcolor = #333333
|
|
|
|
bodyfont = "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Lucida",Verdana,sans-serif
|
|
headfont = "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Lucida",Verdana,sans-serif
|