File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 27
27
# needs_sphinx = '1.0'
28
28
29
29
import os
30
- import sys
31
30
import subprocess
32
31
from datetime import date
33
32
Original file line number Diff line number Diff line change 1
1
{% extends "sphinxdoc/layout.html" %}
2
2
3
- {% set css_files = css_files + ['_static/bootstrap/css/bootstrap.min.css', '_static/overrides.css'] %}
4
-
5
3
{%- from "relbar.html" import relbar_top with context %}
6
4
7
5
{% block htmltitle %}
36
34
< meta property ="og:url " content ="http://hyper.wickstrom.tech " />
37
35
< meta property ="og:image " content ="http://hyper.wickstrom.tech/_static/icon-large.png " />
38
36
37
+ < link rel ="stylesheet " href ="{{ pathto('_static/overrides.css', 1) }} ">
38
+ < link rel ="stylesheet " href ="{{ pathto('_static/bootstrap/css/bootstrap.min.css', 1) }} ">
39
39
< link href ="https://fonts.googleapis.com/css?family=Fira+Mono|Fira+Sans:400,400i,600 " rel ="stylesheet ">
40
40
{% endblock %}
41
41
You can’t perform that action at this time.
0 commit comments