doc config changes to make things compatible with GitHub pages

This commit is contained in:
David Ormsbee
2013-02-26 12:21:19 -05:00
parent 49563eae18
commit eeddf89c34
3 changed files with 6 additions and 3 deletions

4
.nojekyll Normal file
View File

@@ -0,0 +1,4 @@
The existence of this file means GitHub will skip running Jekyll
on our Pages, which is necessary because Sphinx uses _static,
and underscored dirs are considered special by Jekyll.

View File

@@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
BUILDDIR = ../..
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4

View File

@@ -19,13 +19,12 @@ import sys, os
#sys.path.insert(0, os.path.abspath('.'))
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
# 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', 'sphinx.ext.pngmath', 'sphinx.ext.mathjax']
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.mathjax']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']