Skip to content

Commit cb8b826

Browse files
committed
Use HTTPS for outside scripts/forms
1 parent 654735c commit cb8b826

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/source/_templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h3>Quick links</h3>
66
<li><a href="http://mail.scipy.org/pipermail/nipy-devel">Mailing list archive</a></li>
77
</ul>
88

9-
<script type="text/javascript" src="http://www.ohloh.net/projects/480908/widgets/project_partner_badge"></script>
9+
<script type="text/javascript" src="https://www.ohloh.net/projects/480908/widgets/project_partner_badge"></script>
1010

1111
<h3>Search mailing list archive</h3>
1212
<script type="text/javascript">
@@ -15,7 +15,7 @@ <h3>Search mailing list archive</h3>
1515
curobj.q.value="site:mail.scipy.org/pipermail/nipy-devel/ "+curobj.userquery.value
1616
}
1717
</script>
18-
<form action="http://www.google.com/search" method="get" onSubmit="mlsearch(this)">
18+
<form action="https://www.google.com/search" method="get" onSubmit="mlsearch(this)">
1919
<input name="userquery" size="18" type="text" /> <input type="submit" value="Go" />
2020
<input name="q" type="hidden" />
2121
</form>

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
# Output file base name for HTML help builder.
217217
htmlhelp_basename = 'nibabeldoc'
218218

219+
mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
219220

220221
# -- Options for LaTeX output --------------------------------------------------
221222

0 commit comments

Comments
 (0)