diff setup.cfg @ 592:0a48c1ec04fc

#37 fixed json imports for python2.5 removed cache manager settings out of meta to ini files docs update.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Oct 2010 22:25:25 +0200
parents 36d54d4479db
children 45e1fdc0082c 341beaa9edba
line wrap: on
line diff
--- a/setup.cfg	Mon Oct 11 19:18:05 2010 +0200
+++ b/setup.cfg	Tue Oct 12 22:25:25 2010 +0200
@@ -1,5 +1,5 @@
 [egg_info]
-tag_build = rc3
+tag_build = rc4
 tag_svn_revision = true
 
 [easy_install]
@@ -32,3 +32,11 @@
 input_file = rhodecode/i18n/rhodecode.pot
 output_dir = rhodecode/i18n
 previous = true
+
+[build_sphinx]
+source-dir = docs/
+build-dir  = docs/_build
+all_files  = 1
+
+[upload_sphinx]
+upload-dir = docs/_build/html
\ No newline at end of file