Skip to content

Commit 5821182

Browse files
committed
Use Google Fonts fonts
1 parent d94b9c9 commit 5821182

File tree

237 files changed

+6
-658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+6
-658
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ script:
4242
- travis_wait pulp test
4343
- travis_wait make examples
4444
- travis_wait make docs
45-
- if [[ "$TRAVIS_TAG" != "" ]]; then travis_wait make -C docs release-index; fi
45+
#- if [[ "$TRAVIS_TAG" != "" ]]; then travis_wait make -C docs release-index; fi
46+
- travis_wait make -C docs release-index
4647

4748
deploy:
4849
- provider: s3

docs/src/theme/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "sphinxdoc/layout.html" %}
22

3-
{% set css_files = css_files + ['_static/fira/fira.css', '_static/fira-code/fira_code.css', '_static/bootstrap/css/bootstrap.min.css', '_static/overrides.css'] %}
3+
{% set css_files = css_files + ['_static/bootstrap/css/bootstrap.min.css', '_static/overrides.css'] %}
44

55
{%- from "relbar.html" import relbar_top with context %}
66

@@ -35,6 +35,8 @@
3535
<meta property="og:type" content="article" />
3636
<meta property="og:url" content="http://hyper.wickstrom.tech" />
3737
<meta property="og:image" content="http://hyper.wickstrom.tech/_static/icon-large.png" />
38+
39+
<link href="https://fonts.googleapis.com/css?family=Fira+Mono|Fira+Sans:400,400i,600" rel="stylesheet">
3840
{% endblock %}
3941

4042
{% block header %}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/src/theme/static/fira-code/fira_code.css

Lines changed: 0 additions & 43 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)