summaryrefslogtreecommitdiff
path: root/doc/_themes
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-09-24 14:02:53 -0400
committerGitHub <noreply@github.com>2017-09-24 14:02:53 -0400
commitf9250e198b5dab4ab9ff9a489ffdf723d873451c (patch)
tree7dbfb68c0ecec34cdf933432824d946ad04d8bba /doc/_themes
parent3f1f5bb081c99e6be015e763144390b6969081f2 (diff)
downloadsphinx-git-f9250e198b5dab4ab9ff9a489ffdf723d873451c.tar.gz
Switched stylesheet for font to HTTPS to avoid mixed content issues
Diffstat (limited to 'doc/_themes')
-rw-r--r--doc/_themes/sphinx13/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_themes/sphinx13/layout.html b/doc/_themes/sphinx13/layout.html
index fdac6d0a2..911d1287c 100644
--- a/doc/_themes/sphinx13/layout.html
+++ b/doc/_themes/sphinx13/layout.html
@@ -14,7 +14,7 @@
{% block sidebar2 %}{% endblock %}
{% block extrahead %}
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
rel='stylesheet' type='text/css' />
{{ super() }}
{%- if not embedded %}