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 2727# needs_sphinx = '1.0'
2828
2929import os
30- import sys
3130import subprocess
3231from datetime import date
3332
Original file line number Diff line number Diff line change 11{% extends "sphinxdoc/layout.html" %}
22
3- {% set css_files = css_files + ['_static/bootstrap/css/bootstrap.min.css', '_static/overrides.css'] %}
4-
53{%- from "relbar.html" import relbar_top with context %}
64
75{% block htmltitle %}
3634< meta property ="og:url " content ="http://hyper.wickstrom.tech " />
3735< meta property ="og:image " content ="http://hyper.wickstrom.tech/_static/icon-large.png " />
3836
37+ < link rel ="stylesheet " href ="{{ pathto('_static/overrides.css', 1) }} ">
38+ < link rel ="stylesheet " href ="{{ pathto('_static/bootstrap/css/bootstrap.min.css', 1) }} ">
3939< link href ="https://fonts.googleapis.com/css?family=Fira+Mono|Fira+Sans:400,400i,600 " rel ="stylesheet ">
4040{% endblock %}
4141
You can’t perform that action at this time.
0 commit comments