Skip to content

Commit 71c56e3

Browse files
committed
Rename docs/_build/ to docs/build
1 parent 58447e4 commit 71c56e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ tramp
178178
.\#*
179179

180180
# Sphinx documentation
181-
docs/_build/
181+
docs/build/
182182
docs/auto_examples/
183183
docs/generated/
184184
docs/sg_execution_times.rst

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
9-
BUILDDIR = _build
9+
BUILDDIR = build
1010

1111
# Put it first so that "make" without argument is like "make help".
1212
help:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"sphinx_gallery.gen_gallery",
2424
]
2525
templates_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.
2929
templates_path = ["_templates"]

0 commit comments

Comments
 (0)