From 7d8477e0190d2b8b661eebf4e110831f2c3a9805 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 13 Aug 2018 18:57:52 -0400 Subject: PyAPI: Docs: Remove old Blender.org theme This also makes the generator script only allow one theme. Having this be an argument does not make sense, just over complicating things. --- doc/python_api/blender-org/layout.html | 201 ------- doc/python_api/blender-org/page.html | 4 - doc/python_api/blender-org/static/bg.png | Bin 55840 -> 0 bytes doc/python_api/blender-org/static/default.css_t | 654 --------------------- .../blender-org/static/jquery.sidebar.js | 26 - doc/python_api/blender-org/static/pygments.css | 61 -- doc/python_api/blender-org/static/rnd.png | Bin 173 -> 0 bytes doc/python_api/blender-org/static/rndbl.png | Bin 190 -> 0 bytes doc/python_api/blender-org/static/rndbr.png | Bin 188 -> 0 bytes doc/python_api/blender-org/theme.conf | 30 - doc/python_api/sphinx_doc_gen.py | 38 +- 11 files changed, 1 insertion(+), 1013 deletions(-) delete mode 100644 doc/python_api/blender-org/layout.html delete mode 100644 doc/python_api/blender-org/page.html delete mode 100644 doc/python_api/blender-org/static/bg.png delete mode 100644 doc/python_api/blender-org/static/default.css_t delete mode 100644 doc/python_api/blender-org/static/jquery.sidebar.js delete mode 100644 doc/python_api/blender-org/static/pygments.css delete mode 100644 doc/python_api/blender-org/static/rnd.png delete mode 100644 doc/python_api/blender-org/static/rndbl.png delete mode 100644 doc/python_api/blender-org/static/rndbr.png delete mode 100644 doc/python_api/blender-org/theme.conf (limited to 'doc/python_api') diff --git a/doc/python_api/blender-org/layout.html b/doc/python_api/blender-org/layout.html deleted file mode 100644 index 88db31e1586..00000000000 --- a/doc/python_api/blender-org/layout.html +++ /dev/null @@ -1,201 +0,0 @@ -{%- block doctype -%} - -{%- endblock %} -{%- set script_files = script_files + [pathto("_static/jquery.sidebar.js", 1)] %} -{%- set reldelim1 = reldelim1 is not defined and ' »' or reldelim1 %} -{%- set reldelim2 = reldelim2 is not defined and ' •' or reldelim2 %} - -{%- macro relbar() %} - - -{%- endmacro %} - -{%- macro sidebar() %} - {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
-
- {%- block sidebarlogo %} - {%- if logo %} - - {%- endif %} - {%- endblock %} - {%- block sidebartoc %} - {%- if display_toc %} -

{{ _('Table Of Contents') }}

- {{ toc }} - {%- endif %} - {%- endblock %} - {%- block sidebarrel %} - {%- if prev %} -

{{ _('Previous topic') }}

-

{{ prev.title }}

- {%- endif %} - {%- if next %} -

{{ _('Next topic') }}

-

{{ next.title }}

- {%- endif %} - {%- endblock %} - {%- block sidebarsourcelink %} - {%- if show_source and has_source and sourcename %} -

{{ _('This Page') }}

- - {%- endif %} - {%- endblock %} - {%- if customsidebar %} - {% include customsidebar %} - {%- endif %} - {%- block sidebarsearch %} - {%- if pagename != "search" %} - - - {%- endif %} - {%- endblock %} -
-
- {%- endif %}{% endif %} -{%- endmacro %} - - - - - {{ metatags }} - {%- if not embedded and docstitle %} - {%- set titlesuffix = " — "|safe + docstitle|e %} - {%- else %} - {%- set titlesuffix = "" %} - {%- endif %} - {{ title|striptags }}{{ titlesuffix }} - - - {%- if not embedded %} - - {%- for scriptfile in script_files %} - - {%- endfor %} - {%- if use_opensearch %} - - {%- endif %} - {%- if favicon %} - - {%- endif %} - {%- endif %} -{%- block linktags %} - {%- if hasdoc('about') %} - - {%- endif %} - {%- if hasdoc('genindex') %} - - {%- endif %} - {%- if hasdoc('search') %} - - {%- endif %} - {%- if hasdoc('copyright') %} - - {%- endif %} - - {%- if parents %} - - {%- endif %} - {%- if next %} - - {%- endif %} - {%- if prev %} - - {%- endif %} -{%- endblock %} -{%- block extrahead %} {% endblock %} - - -{%- block header %} - -{% endblock %} - -
- -{%- block relbar1 %}{{ relbar() }}{% endblock %} - -{%- block sidebar1 %} {# possible location for sidebar #} {% endblock %} - -{%- block document %} -
- {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
- {%- endif %}{% endif %} -
- {% block body %} {% endblock %} -
- {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
- {%- endif %}{% endif %} -
-{%- endblock %} - -{%- block sidebar2 %}{{ sidebar() }}{% endblock %} -
- -{%- block footer %} - -{%- endblock %} -
- - diff --git a/doc/python_api/blender-org/page.html b/doc/python_api/blender-org/page.html deleted file mode 100644 index 17a93016533..00000000000 --- a/doc/python_api/blender-org/page.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "layout.html" %} -{% block body %} - {{ body }} -{% endblock %} diff --git a/doc/python_api/blender-org/static/bg.png b/doc/python_api/blender-org/static/bg.png deleted file mode 100644 index 5393d4aa58f..00000000000 Binary files a/doc/python_api/blender-org/static/bg.png and /dev/null differ diff --git a/doc/python_api/blender-org/static/default.css_t b/doc/python_api/blender-org/static/default.css_t deleted file mode 100644 index e6fe922e3af..00000000000 --- a/doc/python_api/blender-org/static/default.css_t +++ /dev/null @@ -1,654 +0,0 @@ -/** - * Sphinx stylesheet -- default theme - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - */ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -#navcontainer { - height: 50px; - margin: 0 auto; - position: relative; - width: 980px; -} - -#navcontainer img { - width: 140px; - height: 50px; -} - -#pageheader { - background-image:url("bg.png"); - height:80px; - position:relative; -} - -body { - font-family: {{ theme_bodyfont }}; - font-size: 12px; - line-height: 145%; - background-color: {{ theme_footerbgcolor }}; - color: {{ theme_textcolor }}; - min-width: 980px; - margin: 0; - padding: 0; -} - -div.document { - margin:20px auto 0; - position:relative; - text-align:left; - width:980px; -/* background-color: {{ theme_sidebarbgcolor }};*/ -} - -div.documentwrapper { - float: left; - width: 100%; - background-color: {{ theme_bgcolor }}; - border-color: {{ theme_bordercolor }}; - border-style:solid; - border-width:0 1px; - margin:0 auto; - min-height:30em; - padding:35px; -/* position:relative;*/ - text-align:left; - width:908px; - -} - -div.bodywrapper { - margin: 0 0 0 230px; -} - -div.body { - background-color: {{ theme_bgcolor }}; - color: {{ theme_textcolor }}; - padding: 0; - width: 640px; -} - -{%- if theme_rightsidebar|tobool %} -div.bodywrapper { - margin: 0 230px 0 0; -} -{%- endif %} - -div.footer { - background: #292929; - border-left: 1px solid #363636; - border-right: 1px solid #363636; - color: #ffffff; -/* width: 100%;*/ - margin: 0 auto; - padding: 20px 20px 15px 35px; - text-align: center; - font-size: 75%; -} - -div.footer+.round b { - display: block; - background: #292929; - width: auto; -} - -div.footer+.round #r1 { - border-left: 1px solid #363636; - border-right: 1px solid #363636; - height: 2px; - margin: 0 1px; -} - -div.footer+.round #r2 { - border-left: 1px solid #363636; - border-right: 1px solid #363636; - height: 1px; - margin: 0 2px; -} - -div.footer+.round #r3 { - border-left: 1px solid #363636; - border-right: 1px solid #363636; - height: 1px; - margin: 0 3px; -} - -div.footer+.round #r4 { - border-bottom: 1px solid #363636; - height: 0px; - margin: 0 5px; -} - -div.footer a { - color: {{ theme_footertextcolor }}; - text-decoration: underline; -} - -.boxheader { - background-color:#3E4D5E; -} - -.subnav { - height:auto !important; - min-height:15px; - padding:9px 0px 9px 37px; - position:relative; -} - -div.related { - width:auto; - font-size:100%; - font-weight:400; - background-color: {{ theme_relbarbgcolor }}; - line-height: 145%; - color: {{ theme_relbartextcolor }}; -} - -div.related li { - font-size:0.9em; -} - -div.related li.right { - margin: 0; - word-spacing: 3px; -} - -div.subnav li { - display:inline; - list-style-type:none; - margin:0; - padding:0 7px 0 0; -} - -div.subnav ul { - display:inline; - margin:0; - padding:0; -} - -.subnav a { - font-weight: bold; - color: #fff; -} - -.subnav li.subnav-active a { - color:#F39410; -} - -div.related a { - color: {{ theme_relbarlinkcolor }}; -} - -div.related a:active { - color: {{ theme_relbaractlinkcolor }}; -} - -div.sphinxsidebar { - width: 280px; - font-size: 100%; - {%- if theme_stickysidebar|tobool %} -/* top: 30px;*/ - margin: 0; - position: absolute; - overflow: auto; - height: 100%; - {%- endif %} - {%- if theme_rightsidebar|tobool %} - float: right; - {%- if theme_stickysidebar|tobool %} - right: 0; - {%- endif %} - {%- endif %} -} - -div.sphinxsidebarwrapper { - width: inherit; - padding: 0; - position: absolute; - margin-top: 35px; - font-size: 8pt; -} - -div.sphinxsidebarwrapper.fixed { - position:fixed; - top:10px; - margin-top: 0; -} - -{%- if theme_stickysidebar|tobool %} -/* this is nice, but it leads to hidden headings when jumping - to an anchor */ -/* -div.related { - position: fixed; -} - -div.documentwrapper { - margin-top: 30px; -} -*/ -{%- endif %} - -div.sphinxsidebar h3 { - font-family: {{ theme_headfont }}; - color: {{ theme_sidebartextcolor }}; - font-size: 12px; - font-weight: bold; - background: #3E4D5E url("rnd.png") no-repeat top left; - height: 16px; - margin: 0; - padding: 10px 5px 10px 18px; -} - -div.sphinxsidebar h3 a { - color: {{ theme_sidebartextcolor }}; -} - -div.sphinxsidebar h4 { - font-family: {{ theme_headfont }}; - color: {{ theme_sidebartextcolor }}; - background: #3E4D5E url("rnd.png") no-repeat top left; - height: 16px; - font-size: 12px; - font-weight: bold; - margin: 0; - padding: 10px 5px 10px 18px; -} - -div.sphinxsidebar form { - margin: 0; - padding: 10px; - background-color: #292929; - {%- if theme_rightsidebar|tobool %} - border-right: 1px solid {{ theme_bordercolor }}; - {%- endif %} -} - -div.sphinxsidebar p { - background-color: #292929; - padding: 5px 10px 10px 10px; - color: {{ theme_sidebartextcolor }}; - {%- if theme_rightsidebar|tobool %} - border-right: 1px solid {{ theme_bordercolor }}; - {%- endif %} - margin-top: 0; -} - -div.sphinxsidebar p.topless { - margin-bottom: 25px; -} - -div.sphinxsidebar ul { - background-color: #292929; - margin: 0; - padding: 0; - color: {{ theme_sidebartextcolor }}; -} - -div.sphinxsidebar > div > ul { - margin-bottom: 25px; - padding:10px; -} - -div.sphinxsidebar a { - color: {{ theme_sidebarlinkcolor }}; -} - -div.sphinxsidebar input { - border: 1px solid {{ theme_sidebarlinkcolor }}; - font-family: sans-serif; - font-size: 1em; -} - -/* -- body styles ----------------------------------------------------------- */ - -a { - color: {{ theme_linkcolor }}; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -/*div.body h1,*/ -div.body h2, -div.body h3, -div.body h4, -div.body h5, -div.body h6 { - font-family: {{ theme_headfont }}; - background-color: {{ theme_headbgcolor }}; - font-weight: bold; - color: {{ theme_headtextcolor }}; -/* border-bottom: 1px solid #ccc;*/ - margin: 20px -20px 10px -20px; - padding: 3px 0 3px 10px; -} - -div.body h1 { margin-top: 0; font-size: 200%; - color:#FFFAE0; - font-family:"Helvetica","Arial",sans-serif; - font-size:34px; - font-weight:normal; - left:32px; - line-height:26px; - margin-top:0; - position:absolute; - top:36px; -} -div.body h2 { font-size: 160%; } -div.body h3 { font-size: 140%; } -div.body h4 { font-size: 120%; } -div.body h5 { font-size: 110%; } -div.body h6 { font-size: 100%; } - -a.headerlink { - color: {{ theme_headlinkcolor }}; - font-size: 0.8em; - padding: 0 4px 0 4px; - text-decoration: none; -} - -h1:hover > a.headerlink { - display:none; -} - -a.headerlink:hover { - background-color: {{ theme_headlinkcolor }}; - color: white; -} - -div.body p, div.body dd, div.body li { - text-align: justify; - line-height: 130%; -} - -div.note, div.seealso, div.topic, div.warning { - color:white; -} - -div.admonition p.admonition-title + p { - display: inline; -} - -div.note { - background-color: #555; - border: 1px solid #ddd; -} - -div.seealso { - background-color: #525241; - border: 1px solid #ff6; -} - -div.topic { - background-color: #eee; -} - -div.warning { - background-color: #B64444; - border: 1px solid #990606; -} - -p.admonition-title { - display: inline; -} - -p.admonition-title:after { - content: ":"; -} - -dl div.admonition { - border:medium none; - margin:0; - padding:2px 5px 2px 0; -} - -dl.class > dd > div.warning p.admonition-title, -dl.class > dd > div.note p.admonition-title { - display:none; -} - -dl.class > dd > div.admonition.warning p, -dl.class > dd > div.admonition.note p { - margin:0; -} - -dl.class > dd > div.admonition.warning, -dl.class > dd > div.admonition.note { - margin-bottom:12px; -} - -dl div.admonition.note p.admonition-title, dl div.admonition.warning p.admonition-title { - color:inherit; -} - -dl div.admonition.warning p { - font-weight:bold; - line-height:150%; -} - -dl div.admonition.warning p * { - font-weight:normal; -} - -dl div.admonition p.admonition-title { - color:#555555; - display:block; - float:left; - margin:0; - padding-right:12px; - text-align:right; - width:90px; -} - -dl div.admonition p.admonition-title+p, dl div.admonition p { - display:block; - margin:0 0 0 102px; -} - -dl div.note { - background:none; - color:#E8E481; -} - -dl div.warning { - background:none; - color:#FC3030; -} - -dl div.seealso { - background:none; -} - -dl div.admonition.seealso p+p { - color:#222; -} - -dl div.seealso a { - margin-left:-1.3ex; -} - -div.admonition.warning pre { - background: #0F0704; - color: #fc3030; -} - -div.admonition pre { - margin: 6px 0; - overflow: visible; - white-space: pre-wrap; -} - -pre { - padding: 10px; - background-color: #000; - color: #fff; - line-height: normal; - border: 0 solid white; -} - -dl.function>dt, dl.method>dt { - text-indent:-118px; - padding-left: 118px; -} - -dl.function>dt em, dl.method>dt em { - color: #97b9cf; -} - -dl.function>dd em, dl.method>dd em { - color: #97b9cf; - font-weight:bold; -} - -dl.function table.field-list tr:first-child td.field-body, dl.method table.field-list tr:first-child td.field-body { - color: #728c96; -} - -dl.function>dt em:before, dl.method>dt em:before { - content: " "; - display: block; -} - -dl.function>dd>p,dl.method>dd>p,dl.attribute>dd>p, -dl[class]>dd>ol,dl[class]>dd>ul { - color: #999; -} - -dl.data>dt { - color:#08C659; -} - -dl.data>dd>p { - color:#069643; -} - -dl.class>dt { - color: #82a3c7; -} - -dl.class>dd>p,dl.class>dd>ol,dl.class>dd>ul { - color: #637b96; -} - -dl.function>dt,dl.method>dt,dl.attribute>dt { - color: #fcb100; -} - -dl.function>dd>p,dl.method>dd>p,dl.attribute>dd>p, -dl.function>dd>p+ol,dl.method>dd>p+ol,dl.attribute>dd>p+ol, -dl.function>dd>p+ul,dl.method>dd>p+ul,dl.attribute>dd>p+ul { - color: #cb8f00; -} - -dl.function>dd>p, dl.method>dd>p, dl.attribute>dd>p { - margin: 0 0 3px 102px; -} - -dl.function>dd>p:first-child:before, dl.method>dd>p:first-child:before, dl.attribute>dd>p:first-child:before { - content:"Description:"; - color:#555; - font-weight:bold; - font-style:normal; - width:90px; - display:inline-block; - margin-left:-102px; - text-align:right; - padding-right:12px; -} - -dt:target, .highlight { - color: #444; - background: #333; -} - -.highlight { - background: #E2C788; -} - -h1 .highlight { - color:inherit; - background:inherit; -} - -dl { - margin-bottom: 25px; -} - -dd { - margin: 3px 0 10px 15px; -} - -.field-body tt.literal { - font-weight: normal; -} - -tt { - background-color: #444; - padding: 0 1px 0 1px; - font-size: 0.95em; -} - -.warning tt { - background: #cc6262; -} - -.note tt { - background: #444; -} - -dl .warning tt { - background:#0F0704; - display:block; -} - -dl .note tt { - background:#2C2A1B; -} - -table.indextable tr.cap { - background-color: transparent; -} - -col.field-name { - width:90px; -} - -dd table { - margin-bottom: 0; -} - -table.field-list th { - color:#555; - padding:0; - text-align:right; -} - -table.field-list td.field-body { - color:#999999; - padding-left:12px; -} - -table.field-list td.field-body ul.first { - padding-left:0; - list-style:none; - margin-left:0; -} - -dl.function>dd>ol, dl.method>dd>ol, dl.attribute>dd>ol, -dl.function>dd>ul, dl.method>dd>ul, dl.attribute>dd>ul, -dl.function>dd>div[class|="highlight"], dl.method>dd>div[class|="highlight"], -dl.attribute>dd>div[class|="highlight"] { - margin-left:102px; -} - -dl.function>dd>ol, dl.method>dd>ol, dl.attribute>dd>ol, -dl.function>dd>ul, dl.method>dd>ul, dl.attribute>dd>ul, -dl.class>dd>ol, dl.class>dd>ul { - padding-left:20px; -} diff --git a/doc/python_api/blender-org/static/jquery.sidebar.js b/doc/python_api/blender-org/static/jquery.sidebar.js deleted file mode 100644 index c22c61f2409..00000000000 --- a/doc/python_api/blender-org/static/jquery.sidebar.js +++ /dev/null @@ -1,26 +0,0 @@ -$(document).ready(function () { - var top = $('.sphinxsidebarwrapper').offset().top - parseFloat($('.sphinxsidebarwrapper').css ('marginTop').replace(/auto/, 0)); - var colheight = parseFloat($('.sphinxsidebarwrapper').css('height').replace(/auto/, 0)); - - -$(window).scroll(function (event) { - // what the y position of the scroll is - var y = $(this).scrollTop(); - - // whether that's below the form - if (y >= top) { - //colheight is checked and according to its vaule the scrolling - //is triggered or not - if (colheight <= window.innerHeight) { - // if so, ad the fixed class - $('.sphinxsidebarwrapper').addClass('fixed'); - } else { - // otherwise remove it - $('.sphinxsidebarwrapper').removeClass('fixed'); - } - } else { - // otherwise remove it - $('.sphinxsidebarwrapper').removeClass('fixed'); - } -}); -}); diff --git a/doc/python_api/blender-org/static/pygments.css b/doc/python_api/blender-org/static/pygments.css deleted file mode 100644 index d67231e84ab..00000000000 --- a/doc/python_api/blender-org/static/pygments.css +++ /dev/null @@ -1,61 +0,0 @@ -.hll { background-color: #ffffcc } -.c { color: #7f7f7f; font-style: italic } /* Comment */ -.err { border: 1px solid #FF0000 } /* Error */ -.k { color: #0088ff; font-weight: bold } /* Keyword */ -.o { color: #993399 } /* Operator */ -.cm { color: #7f7f7f; font-style: italic } /* Comment.Multiline */ -.cp { color: #007020 } /* Comment.Preproc */ -.c1 { color: #408090; font-style: italic } /* Comment.Single */ -.cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ -.gd { color: #A00000 } /* Generic.Deleted */ -.ge { font-style: italic } /* Generic.Emph */ -.gr { color: #FF0000 } /* Generic.Error */ -.gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.gi { color: #00A000 } /* Generic.Inserted */ -.go { color: #303030 } /* Generic.Output */ -.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ -.gs { font-weight: bold } /* Generic.Strong */ -.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.gt { color: #0040D0 } /* Generic.Traceback */ -.kc { color: #007020; font-weight: bold } /* Keyword.Constant */ -.kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ -.kn { color: #FFFF32; font-weight: bold } /* Keyword.Namespace */ -.kp { color: #007020 } /* Keyword.Pseudo */ -.kr { color: #FFFF32; font-weight: bold } /* Keyword.Reserved */ -.kt { color: #902000 } /* Keyword.Type */ -.m { color: #00BAFF } /* Literal.Number */ -.s { color: #B7C274 } /* Literal.String */ -.na { color: #4070a0 } /* Name.Attribute */ -.nb { color: #007020 } /* Name.Builtin */ -.nc { color: #0e84b5; font-weight: bold } /* Name.Class */ -.no { color: #60add5 } /* Name.Constant */ -.nd { color: #555555; font-weight: bold } /* Name.Decorator */ -.ni { color: #d55537; font-weight: bold } /* Name.Entity */ -.ne { color: #007020 } /* Name.Exception */ -.nf { color: #06287e } /* Name.Function */ -.nl { color: #002070; font-weight: bold } /* Name.Label */ -.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ -.nt { color: #062873; font-weight: bold } /* Name.Tag */ -.nv { color: #bb60d5 } /* Name.Variable */ -.ow { color: #007020; font-weight: bold } /* Operator.Word */ -.w { color: #bbbbbb } /* Text.Whitespace */ -.mf { color: #00BAFF } /* Literal.Number.Float */ -.mh { color: #00BAFF } /* Literal.Number.Hex */ -.mi { color: #00BAFF } /* Literal.Number.Integer */ -.mo { color: #00BAFF } /* Literal.Number.Oct */ -.sb { color: #B7C274 } /* Literal.String.Backtick */ -.sc { color: #B7C274 } /* Literal.String.Char */ -.sd { color: #B7C274; font-style: italic } /* Literal.String.Doc */ -.s2 { color: #B7C274 } /* Literal.String.Double */ -.se { color: #B7C274; font-weight: bold } /* Literal.String.Escape */ -.sh { color: #B7C274 } /* Literal.String.Heredoc */ -.si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ -.sx { color: #c65d09 } /* Literal.String.Other */ -.sr { color: #235388 } /* Literal.String.Regex */ -.s1 { color: #4070a0 } /* Literal.String.Single */ -.ss { color: #517918 } /* Literal.String.Symbol */ -.bp { color: #007020 } /* Name.Builtin.Pseudo */ -.vc { color: #bb60d5 } /* Name.Variable.Class */ -.vg { color: #bb60d5 } /* Name.Variable.Global */ -.vi { color: #bb60d5 } /* Name.Variable.Instance */ -.il { color: #00BAFF } /* Literal.Number.Integer.Long */ diff --git a/doc/python_api/blender-org/static/rnd.png b/doc/python_api/blender-org/static/rnd.png deleted file mode 100644 index 95bc613c731..00000000000 Binary files a/doc/python_api/blender-org/static/rnd.png and /dev/null differ diff --git a/doc/python_api/blender-org/static/rndbl.png b/doc/python_api/blender-org/static/rndbl.png deleted file mode 100644 index 976161642fd..00000000000 Binary files a/doc/python_api/blender-org/static/rndbl.png and /dev/null differ diff --git a/doc/python_api/blender-org/static/rndbr.png b/doc/python_api/blender-org/static/rndbr.png deleted file mode 100644 index de94512ccc6..00000000000 Binary files a/doc/python_api/blender-org/static/rndbr.png and /dev/null differ diff --git a/doc/python_api/blender-org/theme.conf b/doc/python_api/blender-org/theme.conf deleted file mode 100644 index a4356fd2690..00000000000 --- a/doc/python_api/blender-org/theme.conf +++ /dev/null @@ -1,30 +0,0 @@ -[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 diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 1be106ad6d6..2195f49ba1b 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -135,22 +135,6 @@ def handle_args(): help="Path of the API docs (default=