Currently, the tango pygments_style theme is set to tango, but there was no output from pygmentize -S tango -f html Which is required to create the css file. Tango is does not render nicely, so this patch also switches to the native theme, which is readable. Change-Id: Ie69486ba7269d2f4b4adb6d17bb205c2f7cd0161 Closes-bug: #1439523
26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
<!-- Bootstrap Core CSS -->
|
|
<link href="{{pathto('_static/css/bootstrap.min.css', 1)}}" rel="stylesheet">
|
|
|
|
<!-- Pygments css -->
|
|
<link href="{{pathto('_static/css/native.css', 1)}}" rel="stylesheet">
|
|
|
|
<!-- Fonts -->
|
|
<!--<link href="font-awesome.min.css" rel="stylesheet">-->
|
|
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- BB: theme style sheets moved here so that theme rules aren't
|
|
overridden by awesome rules. Should they go after the scripts below? -->
|
|
<!-- Custom CSS -->
|
|
<link href="{{pathto('_static/css/combined.css', 1)}}" rel="stylesheet">
|
|
<link href="{{pathto('_static/css/styles.css', 1)}}" rel="stylesheet">
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Page-specific CSS -->
|