summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-02-27 14:57:34 +0000
committerStephen Finucane <stephen@that.guru>2017-02-28 17:30:28 +0000
commit2afa0b6627f7e5afb188d5a60c8c4767f6250774 (patch)
tree36187057c569ce7f9db7baab62ad0e4474bda24b /AUTHORS
parent493c65a9ee75589e3d77f0b97a4a4d7a764f0aeb (diff)
downloadsphinx-git-2afa0b6627f7e5afb188d5a60c8c4767f6250774.tar.gz
setuptools: Support multiple builders
At present, the 'builder' option for the setuptools integration only supports a single output format, typically HTML, like so: [build_sphinx] builder = man There is value in being able to specify multiple format, like so: [build_sphinx] builder = html man Make this possible. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 8c225990d..1303e5b75 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -68,6 +68,7 @@ Other contributors, listed alphabetically, are:
* Michael Wilson -- Intersphinx HTTP basic auth support
* Joel Wurtz -- cellspanning support in LaTeX
* Hong Xu -- svg support in imgmath extension and various bug fixes
+* Stephen Finucane -- setup command improvements and documentation
Many thanks for all contributions!