You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Mac OS some doctests fail with <file.rst> has inconsistent leading whitespace: '\r'
See below:
E ValueError: line 20 of the docstring for rearranging.rst has inconsistent leading whitespace: '\r'
____________________________________________________ ERROR collecting sphinx/source/tutorial/transforming.rst ____________________________________________________
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:671: in get_doctest
return DocTest(self.get_examples(string, name), globs,
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:685: in get_examples
return [x for x in self.parse(string, name)
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:647: in parse
self._parse_example(m, name, lineno)
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:717: in _parse_example
lineno + len(source_lines))
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:803: in _check_prefix
(lineno+i+1, name, line))
E ValueError: line 37 of the docstring for transforming.rst has inconsistent leading whitespace: '\r'
The text was updated successfully, but these errors were encountered:
Under Mac OS some doctests fail with <file.rst> has inconsistent leading whitespace: '\r'
See below:
E ValueError: line 20 of the docstring for rearranging.rst has inconsistent leading whitespace: '\r'
____________________________________________________ ERROR collecting sphinx/source/tutorial/transforming.rst ____________________________________________________
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:671: in get_doctest
return DocTest(self.get_examples(string, name), globs,
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:685: in get_examples
return [x for x in self.parse(string, name)
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:647: in parse
self._parse_example(m, name, lineno)
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:717: in _parse_example
lineno + len(source_lines))
../../anaconda/envs/keras_theano/lib/python2.7/doctest.py:803: in _check_prefix
(lineno+i+1, name, line))
E ValueError: line 37 of the docstring for transforming.rst has inconsistent leading whitespace: '\r'
The text was updated successfully, but these errors were encountered: