summaryrefslogtreecommitdiff
path: root/doc/numpy.scipy.org
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2010-01-16 03:17:29 +0000
committerJarrod Millman <millman@berkeley.edu>2010-01-16 03:17:29 +0000
commit34c59cfbd08db2f821f931c11e3b365e9f1493a8 (patch)
tree23e26b16012f1ffadecd802290978cec54ba90c7 /doc/numpy.scipy.org
parentc793ba6584d2b4d35966a908f70c7db48ec37d27 (diff)
downloadnumpy-34c59cfbd08db2f821f931c11e3b365e9f1493a8.tar.gz
point everything to top-level dir
Diffstat (limited to 'doc/numpy.scipy.org')
-rw-r--r--doc/numpy.scipy.org/Makefile2
-rw-r--r--doc/numpy.scipy.org/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/numpy.scipy.org/Makefile b/doc/numpy.scipy.org/Makefile
index c8c29de7f..c7f73b9f1 100644
--- a/doc/numpy.scipy.org/Makefile
+++ b/doc/numpy.scipy.org/Makefile
@@ -9,7 +9,7 @@ PAPER =
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
+ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
diff --git a/doc/numpy.scipy.org/conf.py b/doc/numpy.scipy.org/conf.py
index 6bdb142d7..09429a6c0 100644
--- a/doc/numpy.scipy.org/conf.py
+++ b/doc/numpy.scipy.org/conf.py
@@ -99,7 +99,7 @@ html_theme = 'scipy'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ["../_theme"]
+html_theme_path = ["_theme"]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".