Docs: update readme test rendering to new PyPI layout, styles

This commit is contained in:
medmunds
2018-08-19 16:17:07 -07:00
parent be7cc10a35
commit 6b99b7ef4f
4 changed files with 54 additions and 78 deletions

View File

@@ -77,7 +77,7 @@ commands =
sphinx-build -W -b dirhtml docs {env:DOCS_BUILD_DIR}
# Build README.rst into html:
/bin/bash -c 'python setup.py --long-description \
| rst2html.py --config=docs/_readme/docutils.cfg \
| rst2html5.py --config=docs/_readme/docutils.cfg \
> {env:DOCS_BUILD_DIR}/readme.html'
[travis]