Skip to content

Commit

Permalink
use readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Dec 21, 2013
1 parent d22159b commit dff0a9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -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
==================
Expand Down
12 changes: 0 additions & 12 deletions setup.cfg
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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
====
Expand Down

0 comments on commit dff0a9c

Please sign in to comment.