diff options
Diffstat (limited to 'doc/numpy.scipy.org')
-rw-r--r-- | doc/numpy.scipy.org/Makefile | 2 | ||||
-rw-r--r-- | doc/numpy.scipy.org/conf.py | 2 |
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". |