Skip to content

Commit

Permalink
Merge pull request #740 from alimcmaster1/master
Browse files Browse the repository at this point in the history
Check README is Rendered correctly
  • Loading branch information
pganssle committed Jun 8, 2018
2 parents 2483f8b + d4dbafb commit d72ef2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ switch, and thus all their contributions are dual-licensed.
- labrys <labrys@MASKED> (gh: @labrys)
- ms-boom <ms-boom@MASKED>
- ryanss <ryanssdev@MASKED> (gh: @ryanss)
- Alistair McMaster <alistair@MASKED> (gh: @alimcmaster1 ) **D**

Unless someone has deliberately given permission to publish their e-mail, I have masked the domain names. If you are not on this list and believe you should be, or you *are* on this list and your information is inaccurate, please e-mail the current maintainer or the mailing list (dateutil@python.org) with your name, e-mail (if desired) and github (if desired / applicable), as you would like them displayed. Additionally, please indicate if you are willing to dual license your old contributions under Apache 2.0.
2 changes: 2 additions & 0 deletions changelog.d/740.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Check that README is rendered correctly on PyPI. Reported by @pganssle (gh issue #734). Fixed by
@alimcmaster1 (gh pr #740)
1 change: 1 addition & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Sphinx>=1.7.3,<2
sphinx_rtd_theme>=0.3.0
readme-renderer>=21.0
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ deps = -r docs/requirements-docs.txt
{[testenv]deps}
commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -bhtml}
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -blinkcheck}
python setup.py check -r -s

0 comments on commit d72ef2f

Please sign in to comment.