diff --git a/docs/index.rst b/docs/index.rst index b9eb0c5..65de0e8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ Then you can always look at the `code`_. .. _jquery website: http://docs.jquery.com/ .. _code: https://github.com/gawel/pyquery .. _color cheat sheet: http://colorcharge.com/wp-content/uploads/2007/12/jquery12_colorcharge.png -.. _here: http://packages.python.org/pyquery/ +.. _here: http://pyquery.rtfd.org/ Indices and tables ================== diff --git a/setup.cfg b/setup.cfg index b4aedc8..e906c39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,15 +9,3 @@ include = docs cover-package=pyquery with-coverage=1 doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE - -[aliases] -sphinx = build_sphinx -release = sdist --formats=zip,gztar register upload build_sphinx upload_sphinx - -[build_sphinx] -source-dir = docs/ -build-dir = docs/_build -all_files = 1 - -[upload_sphinx] -upload-dir = docs/_build/html diff --git a/setup.py b/setup.py index 406a8c0..ebb263d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*names): long_description = """ %(README)s -See http://packages.python.org/pyquery/ for the full documentation +See http://pyquery.rtfd.org/ for the full documentation News ====