Skip to content

Commit ebf33ee

Browse files
committed
feat: use pydata_sphinx_theme instead
Try using pydata_sphinx_theme since it's got more community momentum at the moment. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 1bbae5d commit ebf33ee

9 files changed

Lines changed: 192 additions & 75 deletions

File tree

_static/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.bd-main .bd-content .bd-article-container {
2+
max-width: 100%;
3+
}
4+
5+
.bd-page-width {
6+
max-width: 100%;
7+
}

_static/css/theme_overrides.css

Lines changed: 0 additions & 35 deletions
This file was deleted.

_static/img/ti_logo.png

-1.51 KB
Binary file not shown.

_static/ti_stk_1c_rev_rgb.svg

Lines changed: 132 additions & 0 deletions
Loading

_static/ti_stk_2c_pos_rgb.svg

Lines changed: 35 additions & 0 deletions
Loading

_templates/layout.html

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
{% extends "!layout.html" %}
2-
{%- block extrahead %}
2+
{%- block extrahead %}
33
<script src="https://www.ti.com/assets/js/headerfooter/analytics.js" type="text/javascript" charset="utf-8"></script>
44
{{ super() }}
55
{% endblock %}
6-
{%- block sidebartitle %}
7-
{# the logo helper function was removed in Sphinx 6 and deprecated since Sphinx 4 #}
8-
{# the master_doc variable was renamed to root_doc in Sphinx 4 (master_doc still exists in later Sphinx versions) #}
9-
{%- set _logo_url = logo_url|default(pathto('_static/' + (logo or ""), 1)) %}
10-
{%- set _root_doc = root_doc|default(master_doc) %}
11-
<a href="{{ pathto(_root_doc) }}"{% if not theme_logo_only %} class="icon icon-home"{% endif %}>
12-
{% if not theme_logo_only %}{{ project }}{% endif %}
13-
{%- if logo or logo_url %}
14-
<img src="{{ _logo_url }}" class="logo" alt="{{ _('Logo') }}"/>
15-
{%- endif %}
16-
</a>
17-
{%- set nav_version = version %}
18-
{%- if nav_version %}
19-
<div class="version">
20-
{{ nav_version }}
21-
</div>
22-
{%- endif %}
23-
{%- include "searchbox.html" %}
24-
{% endblock %}

0 commit comments

Comments
 (0)