File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ tramp
178178. \# *
179179
180180# Sphinx documentation
181- docs /_build /
181+ docs /build /
182182docs /auto_examples /
183183docs /generated /
184184docs /sg_execution_times.rst
Original file line number Diff line number Diff line change 66SPHINXOPTS ?=
77SPHINXBUILD ?= sphinx-build
88SOURCEDIR = .
9- BUILDDIR = _build
9+ BUILDDIR = build
1010
1111# Put it first so that "make" without argument is like "make help".
1212help :
Original file line number Diff line number Diff line change 2323 "sphinx_gallery.gen_gallery" ,
2424]
2525templates_path = ["_templates" ]
26- exclude_patterns = ["_build " , "Thumbs.db" , ".DS_Store" ]
26+ exclude_patterns = ["build " , "Thumbs.db" , ".DS_Store" ]
2727
2828# Add any paths that contain templates here, relative to this directory.
2929templates_path = ["_templates" ]
You can’t perform that action at this time.
0 commit comments