setup.cfg
author Alexander Solovyov <alexander@solovyov.net>
Wed, 05 Jan 2011 20:17:20 +0100
changeset 157 398576a5d0c5
parent 141 fe0bbc936727
permissions -rw-r--r--
make doctests work previously they would fail because sys.stdout object was captured by function write() much earlier than doctest had any possibility to monkey patch it

[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1

[upload_docs]
upload-dir = docs/_build/html