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)
commite72a74474d09fcf2f36caacb3fd67d2961b62ab0
tree746e325478b6b7e1b033e691f5fbdf86a4d1b59e
parentb577a07dc62920e0a3b4a2d6a4513acee124a9a9
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