From c34667e7b2f0018cf21341207123142dff5b24c9 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 13 Jul 2009 10:10:43 +0200 Subject: [PATCH] Added section to setup.cfg to be used with Sphinx-PyPI-upload's command upload_sphinx --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e960dbc..8c9bdea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,4 +4,7 @@ tag_build = dev [build_sphinx] source-dir = docs/ build-dir = docs/build -all_files = 1 \ No newline at end of file +all_files = 1 + +[upload_sphinx] +upload-dir = docs/build/html