Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d4bec6

Browse files
committed
ENH Activated warnings-to-error sphinx option
1 parent 11de488 commit 9d4bec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
PAPER =
8-
BUILDDIR = _build
8+
BUILDDIR = build
99

1010
# User-friendly check for sphinx-build
1111
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
@@ -52,7 +52,7 @@ clean:
5252
rm -rf $(BUILDDIR)/*
5353

5454
html:
55-
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
55+
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html -W
5656
@echo
5757
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5858

0 commit comments

Comments
 (0)