Skip to content

Commit

Permalink
Documentation config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 12, 2014
1 parent 7edecc1 commit 0758692
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = python `which sphinx-build`
PAPER =

# Internal variables.
Expand Down
5 changes: 4 additions & 1 deletion doc/source/conf.py
Expand Up @@ -23,7 +23,10 @@

# 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.intersphinx']
extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 0758692

Please sign in to comment.