diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-09-24 14:02:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-24 14:02:53 -0400 |
| commit | f9250e198b5dab4ab9ff9a489ffdf723d873451c (patch) | |
| tree | 7dbfb68c0ecec34cdf933432824d946ad04d8bba /doc/_themes | |
| parent | 3f1f5bb081c99e6be015e763144390b6969081f2 (diff) | |
| download | sphinx-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.html | 2 |
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 %} |
