diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ http://hg.python-works.com/rhodecode/sum Instalation ----------- - Please visit http://packages.python.org/rhodecode/installation.html + Please visit http://packages.python.org/RhodeCode/installation.html Features @@ -86,8 +86,18 @@ Documentation ------------- Online documentation for current version is available at - http://packages.python.org/rhodecode/. + http://packages.python.org/RhodeCode/. You may also build documentation for yourself - go into ``docs/`` and run:: make html +.. _virtualenv: http://pypi.python.org/pypi/virtualenv +.. _python: http://www.python.org/ +.. _django: http://www.djangoproject.com/ +.. _mercurial: http://mercurial.selenic.com/ +.. _subversion: http://subversion.tigris.org/ +.. _git: http://git-scm.com/ +.. _celery: http://celeryproject.org/ +.. _Sphinx: http://sphinx.pocoo.org/ +.. _GPL: http://www.gnu.org/licenses/gpl.html +.. _vcs: http://pypi.python.org/pypi/vcs \ No newline at end of file diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -tag_build = dev +tag_build = rc1 tag_svn_revision = true [easy_install] @@ -32,3 +32,11 @@ domain = rhodecode 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