summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-11-20 22:29:28 +0100
committerholger krekel <holger@merlinux.eu>2015-11-20 22:29:28 +0100
commit65e64d4e24af25e0df927aa88ef427e6c2333f50 (patch)
tree8b47bdfbd926666ca53cb45d73d9acfae4685b96
parent5871241e8c8c956f122dbc8db3fa55aa3033129a (diff)
downloadtox-65e64d4e24af25e0df927aa88ef427e6c2333f50.tar.gz
fix issue289: fix build_sphinx target, thanks Barry Warsaw.
-rw-r--r--CHANGELOG2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 81535e6..9c53219 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,8 @@
sections that used a comment after a "\" line continuation.
Thanks David Stanek for the PR.
+- fix issue289: fix build_sphinx target, thanks Barry Warsaw.
+
2.2.1
-----
diff --git a/setup.cfg b/setup.cfg
index 1ab4fd0..fcf263d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_sphinx]
-source-dir = doc/en/
+source-dir = doc/
build-dir = doc/build
all_files = 1