File tree 4 files changed +29
-26
lines changed
pandas-docs/source/_themes/bootstrap_docs_theme
4 files changed +29
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
2
- <!doctype html>
3
- < html lang ="en ">
4
- < head >
5
- {%- include "header.html" %}
6
- </ head >
7
- < body data-spy ="scroll " data-target ="#bd-toc-nav " data-offset ="60 ">
2
+ {% extends "basic/layout.html" %}
3
+
4
+ {%- block css %}
5
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css " integrity ="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T " crossorigin ="anonymous ">
6
+ {{- css() }}
7
+ < link href ="{{ pathto('_static/css/custom.css', 1) }} " rel ="stylesheet ">
8
+ {%- endblock %}
9
+
10
+ {%- block extrahead %}
11
+
12
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
13
+ < meta name ="docsearch:language " content ="en ">
14
+
15
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js " integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 " crossorigin ="anonymous "> </ script >
16
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js " integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin ="anonymous "> </ script >
17
+ {%- endblock %}
18
+
19
+ {# Silence the sidebar's, relbar's #}
20
+ {% block header %}{% endblock %}
21
+ {% block relbar1 %}{% endblock %}
22
+ {% block relbar2 %}{% endblock %}
23
+ {% block sidebarsourcelink %}{% endblock %}
24
+
25
+ {% block body_tag %}
26
+ < body data-spy ="scroll " data-target ="#bd-toc-nav " data-offset ="60 ">
27
+ {%- endblock %}
28
+ {%- block content %}
8
29
< nav class ="navbar navbar-light navbar-expand-lg bg-light fixed-top bd-navbar " id ="navbar-main ">
9
30
< div class ="container ">
10
31
{%- include "docs-navbar.html" %}
36
57
37
58
{# %- include "scripts.html" % #}
38
59
</ body >
39
- </ html >
60
+ {%- endblock %}
Original file line number Diff line number Diff line change 16
16
body {
17
17
font-family: Arial, sans-serif;
18
18
font-size: 100%;
19
- background-color: #111;
20
19
color: #555;
21
20
margin: 0;
22
21
padding: 0;
Original file line number Diff line number Diff line change 1
1
[theme]
2
2
inherit = basic
3
- stylesheet = nature .css
3
+ stylesheet = sphinx-bootstrap .css
4
4
pygments_style = tango
5
5
6
6
[options]
You can’t perform that action at this time.
0 commit comments