[Pytest-commit] Issue #289: python3 setup.py build_sphinx fails (hpk42/tox)

Barry Warsaw issues-reply at bitbucket.org
Fri Nov 20 16:23:29 EST 2015


New issue 289: python3 setup.py build_sphinx fails
https://bitbucket.org/hpk42/tox/issues/289/python3-setuppy-build_sphinx-fails

Barry Warsaw:


```
% python3 setup.py build_sphinx
running build_sphinx
error: error in 'source_dir' option: 'doc/en/' does not exist or is not a directory
```

Changing this to

```
[build_sphinx]
source-dir = doc
```

in setup.cfg fixes the problem.




More information about the pytest-commit mailing list