summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-12-01 14:34:28 -0500
committerAndreas Jaeger <aj@suse.de>2015-02-03 17:38:50 +0100
commitb6aab6d9d6aec26fcf32c45c00f789dc2d2d1ab6 (patch)
tree18068abf780ab84ee57079a08c5b592a04a75c2b /setup.cfg
parent045068e9769b9dd2c65b9ad05665ec2f196a29a9 (diff)
downloadgit-review-b6aab6d9d6aec26fcf32c45c00f789dc2d2d1ab6.tar.gz
Split README.rst into separate doc files
Split up the README into separate documentation files so we can publish the documentation for git-review. Change-Id: Idcdf43e73c5ca5b8cb239606236e3b2a660c46b7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 11b1cae..c37827d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,3 +29,11 @@ console_scripts =
[wheel]
universal = 1
+
+[build_sphinx]
+source-dir = doc/source
+build-dir = doc/build
+all_files = 1
+
+[pbr]
+warnerrors = True \ No newline at end of file