Skip to content

Commit 6a03852

Browse files
committed
Ignore whitespace so doctests pass.
1 parent da1f251 commit 6a03852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import doctest
12
import os
23

34
import maec
@@ -41,3 +42,5 @@
4142
('index', 'python-maec.tex', u'python-maec Documentation',
4243
u'The MITRE Corporation', 'manual'),
4344
]
45+
46+
doctest_default_flags = doctest.NORMALIZE_WHITESPACE

0 commit comments

Comments
 (0)