Add Sphinx extensions sphinx.ext.intersphinx sphinx.ext.pngmath.
authorW. Trevor King <wking@drexel.edu>
Mon, 17 May 2010 20:18:46 +0000 (16:18 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 17 May 2010 20:18:46 +0000 (16:18 -0400)
commit353cf074189653b0ea0f8e45f98fb597e44ad385
tree746e325478b6b7e1b033e691f5fbdf86a4d1b59e
parent71b85762529ce833399019d0e7fac9a443d022a6
Add Sphinx extensions sphinx.ext.intersphinx sphinx.ext.pngmath.

* intersphinx allows documentation linking between known Sphinx packages.
  http://sphinx.pocoo.org/ext/intersphinx.html
* pngmath allows LaTeX inclusion via the math directive
  http://sphinx.pocoo.org/ext/math.html

Also reorder extension list following:
  sphinx.* alphabetically
  everything else aphabetically
doc/conf.py