TS-2841 Set the URL for mathjax. Author: Masakazu Kitajo.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e5b33faa Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e5b33faa Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e5b33faa Branch: refs/heads/5.0.x Commit: e5b33faa475b6666e5386d2ae656e3063af85baf Parents: ca09fb2 Author: Leif Hedstrom <[email protected]> Authored: Sat May 24 16:22:04 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Sat May 24 16:22:04 2014 -0600 ---------------------------------------------------------------------- doc/conf.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e5b33faa/doc/conf.py ---------------------------------------------------------------------- diff --git a/doc/conf.py b/doc/conf.py index bafdcac..a2d2297 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -369,3 +369,4 @@ epub_copyright = u'2013, [email protected]' # Allow duplicate toc entries. #epub_tocdup = True +mathjax_path = 'https://docs.trafficserver.apache.org/__RTD/MathJax.js'
