From 86fc7f1ce022ca2565e0767dd7a6399a56a9a804 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 9 Aug 2010 11:29:23 +0200 Subject: [PATCH] Added additional upload sphinx section to setup config file. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index da41e68..1d2b4e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,3 +8,6 @@ all_files = 1 [upload_docs] upload-dir = docs/_build/html + +[upload_sphinx] +upload-dir = docs/_build/html