mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Use readme to ensure the long description renders on PyPI
This commit is contained in:
parent
cd9bdcddf7
commit
942e91d082
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue