Skip to content

Commit 7de7a4d

Browse files
committed
Merge pull request #104 from enthought/feature/silence-warnings
Silence warnings and turn strict checking back on.
2 parents 837d110 + 1b22384 commit 7de7a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = #-nW
5+
SPHINXOPTS = -nW
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = build

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
# List of patterns, relative to source directory, that match files and
6969
# directories to ignore when looking for source files.
70-
exclude_patterns = ['build']
70+
exclude_patterns = ['build', 'README.rst', 'examples.rst']
7171

7272
# The reST default role (used for this markup: `text`) to use for all
7373
# documents.

0 commit comments

Comments
 (0)