# HG changeset patch # User Thomas De Schampheleire # Date 2018-06-11 21:43:03 # Node ID 99cd328da2a1ffbc5159bdb87ec39763c3f3eaad # Parent 42788d5f5967f7fd22dadc99c3f8ebbf66885660 remove references to pythonhosted.org (issue #293) The pythonhosted service is no longer supported. Update links to point to docs.kallithea-scm.org (which redirects to kallithea.readthedocs.io) While at it, fix the whoosh pythonhosted.org reference as well. diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -150,8 +150,8 @@ Online documentation -------------------- Online documentation for the current version of Kallithea is available at -https://pythonhosted.org/Kallithea/. Documentation for the current development -version can be found on https://docs.kallithea-scm.org/. +https://docs.kallithea-scm.org/en/stable/. Documentation for the current development +version can be found on https://docs.kallithea-scm.org/en/default/. You can also build the documentation locally: go to ``docs/`` and run:: diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -125,7 +125,7 @@ Setting up Whoosh full text search Kallithea provides full text search of repositories using `Whoosh`__. -.. __: https://pythonhosted.org/Whoosh/ +.. __: https://whoosh.readthedocs.io/en/latest/ For an incremental index build, run:: diff --git a/scripts/make-release b/scripts/make-release --- a/scripts/make-release +++ b/scripts/make-release @@ -72,7 +72,6 @@ read answer echo "Upload docs to pypi" # See https://wiki.python.org/moin/PyPiDocumentationHosting python2 setup.py build_sphinx upload_sphinx -xdg-open https://pythonhosted.org/Kallithea/ xdg-open http://packages.python.org/Kallithea/installation.html echo "Rebuild readthedocs for docs.kallithea-scm.org"