Repository: trafficserver
Updated Branches:
  refs/heads/master 0c5012028 -> 0df9621a8


remove unused MathJax extension, sort extensions one per line


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0df9621a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0df9621a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0df9621a

Branch: refs/heads/master
Commit: 0df9621a86f18aec6f74d37bb98b2aef378a0a29
Parents: 0c50120
Author: Igor Galić <[email protected]>
Authored: Mon May 26 12:20:02 2014 +0200
Committer: Igor Galić <[email protected]>
Committed: Mon May 26 12:20:02 2014 +0200

----------------------------------------------------------------------
 doc/conf.py | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0df9621a/doc/conf.py
----------------------------------------------------------------------
diff --git a/doc/conf.py b/doc/conf.py
index a2d2297..b4f59ae 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -45,7 +45,16 @@ from manpages import man_pages
 
 # Add any Sphinx extension module names here, as strings. They can be 
extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.graphviz', 'sphinx.ext.intersphinx', 
'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 
'sphinx.ext.pngmath', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 
'traffic-server' ]
+extensions = [
+  'sphinx.ext.graphviz',
+  'sphinx.ext.intersphinx',
+  'sphinx.ext.autodoc',
+  'sphinx.ext.todo',
+  'sphinx.ext.coverage',
+  'sphinx.ext.pngmath',
+  'sphinx.ext.viewcode',
+  'traffic-server',
+]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']

Reply via email to