Skip to content

Commit 9f8fe37

Browse files
committed
---
yaml --- r: 228824 b: refs/heads/try c: 003c3ea h: refs/heads/master v: v3
1 parent 8a9a03f commit 9f8fe37

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: 8da9f0643f92f88b09d06497db7e92cde2a9c9e7
4+
refs/heads/try: 003c3eaa62981b791f9eb7bcad015baa1e00d98c
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/rustbook/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ fn render(book: &Book, tgt: &Path) -> CliResult<()> {
145145
format!("--html-after-content={}", postlude.display()),
146146
format!("--markdown-playground-url=http://play.rust-lang.org"),
147147
format!("--markdown-css={}", item.path_to_root.join("rust-book.css").display()),
148-
format!("--markdown-css={}",
149-
"http://fonts.googleapis.com/css?family&#61;Open+Sans:400italic,700italic,400,700"
150-
),
151148
"--markdown-no-toc".to_string(),
152149
];
153150
let output_result = rustdoc::main_args(rustdoc_args);

branches/try/src/rustbook/static/rustbook.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
body {
1616
max-width:none;
17-
font: 16px/1.4 'Open Sans', 'Source Serif Pro', Georgia, Times, 'Times New Roman', serif;
17+
font: 16px/1.4 'Source Serif Pro', Georgia, Times, 'Times New Roman', serif;
1818
line-height: 1.6;
1919
color: #333;
2020
}

0 commit comments

Comments
 (0)