[python-dtcwt] 250/497: docs: fix comment on custom MathJax URL

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 1c13c191cee83a69f0267000d4e7681c97f0d9db
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Tue Jan 28 10:58:02 2014 +0000

    docs: fix comment on custom MathJax URL
    
    The comment implied the URL was protocol-less but in fact it explicitly
    specifies HTTPS.
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index ff10335..a7ce2b3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -170,7 +170,7 @@ html_static_path = ['_static']
 htmlhelp_basename = 'dtcwtdoc'
 
 # On read the docs we need to use a different CDN URL for MathJax which loads
-# over HTTPS or HTTP depending on how the page loads.
+# over HTTPS.
 if os.environ.get('READTHEDOCS', None) == 'True':
     mathjax_path = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list