[Python-modules-commits] [tox] 12/15: Fix the source-dir location and move the build target directory up a level.

Barry Warsaw barry at moszumanska.debian.org
Fri Nov 20 21:45:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository tox.

commit d10216da30b4ade80cf7adb7a02c0347dd57987c
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Fri Nov 20 16:21:55 2015 -0500

    Fix the source-dir location and move the build target directory up a level.
    
    Patch-Name: fix-sphinx-build.patch
---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index bec4469..9341099 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [build_sphinx]
-source-dir = doc/en/
-build-dir = doc/build
+source-dir = doc
+build-dir = build
 all_files = 1
 
 [upload_sphinx]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tox.git



More information about the Python-modules-commits mailing list