Use readme to ensure the long description renders on PyPI

This commit is contained in:
Donald Stufft 2015-02-12 21:39:51 -05:00
parent cd9bdcddf7
commit 942e91d082

View file

@ -21,6 +21,7 @@ commands =
deps =
doc8
pyenchant
readme>=0.5.1
sphinx
sphinx_rtd_theme
sphinxcontrib-spelling
@ -31,6 +32,7 @@ commands =
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b spelling docs docs/_build/html
doc8 --allow-long-titles README.rst CHANGELOG.rst docs/ --ignore-path docs/_build/
python setup.py check --restructuredtext --strict
[testenv:docs-linkcheck]
deps =